From 16e587e9c34d713bb15c853e11891f0cf4d5f140 Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 3 Jun 2016 16:02:17 -0700 Subject: Rename IFX_FontMgr to IFGAS_FontMgr Avoid confusion with CFX_FontMgr, which does not inherit from IFX_FontMgr, and lives in a different layer of code. Do the same CFX_ -> CFGAS_ transformation for the concrete classes that implement IFGAS_FontMgr. Review-Url: https://codereview.chromium.org/2039463003 --- xfa/fwl/theme/cfwl_widgettp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fwl/theme/cfwl_widgettp.h') diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h index 296d65f1af..971b6f09b1 100644 --- a/xfa/fwl/theme/cfwl_widgettp.h +++ b/xfa/fwl/theme/cfwl_widgettp.h @@ -94,7 +94,7 @@ enum class CFWL_WidgetCapacity { class IFWL_Widget; class CFDE_TextOut; class IFGAS_Font; -class IFX_FontMgr; +class IFGAS_FontMgr; class CFWL_ArrowData; class CFWL_ThemeBackground; class CFWL_ThemePart; @@ -271,7 +271,7 @@ class CFWL_FontData { uint32_t m_dwStyles; uint32_t m_dwCodePage; IFGAS_Font* m_pFont; - IFX_FontMgr* m_pFontMgr; + IFGAS_FontMgr* m_pFontMgr; #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_ CFX_FontSourceEnum_File* m_pFontSource; #endif -- cgit v1.2.3