Index: xfa/fwl/theme/cfwl_widgettp.h |
diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h |
index 771278ef3111ee1df57eb85a0ed64a0aad9c6c87..2fc234322962ac026246ce79792654a364c003d6 100644 |
--- a/xfa/fwl/theme/cfwl_widgettp.h |
+++ b/xfa/fwl/theme/cfwl_widgettp.h |
@@ -17,7 +17,7 @@ |
#include "xfa/fwl/theme/cfwl_utils.h" |
class IFWL_Widget; |
-class IFDE_TextOut; |
+class CFDE_TextOut; |
class IFX_Font; |
class IFX_FontMgr; |
class CFWL_ArrowData; |
@@ -141,7 +141,7 @@ class CFWL_WidgetTP { |
FWLTHEME_STATE eState, |
CFX_Matrix* pMatrix = NULL); |
uint32_t m_dwRefCount; |
- IFDE_TextOut* m_pTextOut; |
+ CFDE_TextOut* m_pTextOut; |
IFX_Font* m_pFDEFont; |
FX_FLOAT m_fValue; |
uint32_t m_dwValue; |