From 6d8e981b51458f0381031fe240f5215db9906622 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 13 Apr 2016 10:52:11 -0700 Subject: Cleanup IFPF_* interfaces. This CL removes the IFPF_DeviceModule, IFPF_FontMgr and IFPF_Font interfaces in favour of their concrete classes. BUG=pdfium:467 Review URL: https://codereview.chromium.org/1881043004 --- core/fxge/android/fx_android_font.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'core/fxge/android/fx_android_font.h') diff --git a/core/fxge/android/fx_android_font.h b/core/fxge/android/fx_android_font.h index 6268c3ed7b..07d5f5852b 100644 --- a/core/fxge/android/fx_android_font.h +++ b/core/fxge/android/fx_android_font.h @@ -13,7 +13,7 @@ #include "core/fxge/include/fx_font.h" -class IFPF_FontMgr; +class CFPF_SkiaFontMgr; class CFX_AndroidFontInfo : public IFX_SystemFontInfo { public: @@ -39,11 +39,12 @@ class CFX_AndroidFontInfo : public IFX_SystemFontInfo { virtual void DeleteFont(void* hFont); virtual void* RetainFont(void* hFont); - FX_BOOL Init(IFPF_FontMgr* pFontMgr); + FX_BOOL Init(CFPF_SkiaFontMgr* pFontMgr); protected: - IFPF_FontMgr* m_pFontMgr; + CFPF_SkiaFontMgr* m_pFontMgr; }; -#endif + +#endif // _FX_OS_ == _FX_ANDROID_ #endif // CORE_FXGE_ANDROID_FX_ANDROID_FONT_H_ -- cgit v1.2.3