| Index: xfa/fwl/theme/cfwl_widgettp.h
|
| diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h
|
| index 4e640370b85f834033aae2731c0a66c2d5a6efbd..8e5c8ba28330b81494e3f3b7e4b971004c16a064 100644
|
| --- a/xfa/fwl/theme/cfwl_widgettp.h
|
| +++ b/xfa/fwl/theme/cfwl_widgettp.h
|
| @@ -101,7 +101,7 @@ class CFWL_ThemePart;
|
| class CFWL_ThemeText;
|
|
|
| #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_
|
| -class IFX_FontSourceEnum;
|
| +class CFX_FontSourceEnum_File;
|
| #endif
|
|
|
| class CFWL_WidgetTP {
|
| @@ -270,7 +270,7 @@ class CFWL_FontData {
|
| IFX_Font* m_pFont;
|
| IFX_FontMgr* m_pFontMgr;
|
| #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_
|
| - IFX_FontSourceEnum* m_pFontSource;
|
| + CFX_FontSourceEnum_File* m_pFontSource;
|
| #endif
|
| };
|
|
|
|
|