From fb5055947efd78e0e7f8a2bfd5b754c63dbb6076 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 20 Oct 2016 06:44:03 -0700 Subject: Merge the CFWL_*Imp classes into the IFWL_* classes. This Cl merges the implementation classes up into the IFWL classes as the intermediate classes were just acting as proxies. Review-Url: https://chromiumcodereview.appspot.com/2432423002 --- xfa/fde/ifde_txtedtengine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fde/ifde_txtedtengine.h') diff --git a/xfa/fde/ifde_txtedtengine.h b/xfa/fde/ifde_txtedtengine.h index cb9ec559e3..ff36deaa66 100644 --- a/xfa/fde/ifde_txtedtengine.h +++ b/xfa/fde/ifde_txtedtengine.h @@ -11,8 +11,8 @@ #include "xfa/fgas/font/fgas_font.h" class CFDE_TxtEdtEngine; -class CFWL_EditImp; class IFDE_TxtEdtPage; +class IFWL_Edit; #define FDE_TEXTEDITMODE_MultiLines (1L << 0) #define FDE_TEXTEDITMODE_AutoLineWrap (1L << 1) @@ -102,7 +102,7 @@ struct FDE_TXTEDTPARAMS { int32_t nLineEnd; int32_t nHorzScale; FX_FLOAT fCharSpace; - CFWL_EditImp* pEventSink; + IFWL_Edit* pEventSink; }; enum FDE_TXTEDT_TEXTCHANGE_TYPE { -- cgit v1.2.3