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/fgas/font/fgas_gefont.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fgas/font/fgas_gefont.h') diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h index 0ddfee9a61..b1b83cac89 100644 --- a/xfa/fgas/font/fgas_gefont.h +++ b/xfa/fgas/font/fgas_gefont.h @@ -19,7 +19,7 @@ class CXFA_PDFFontMgr; class CFX_GEFont : public IFGAS_Font { public: CFX_GEFont(const CFX_GEFont& src, uint32_t dwFontStyles); - explicit CFX_GEFont(IFX_FontMgr* pFontMgr); + explicit CFX_GEFont(IFGAS_FontMgr* pFontMgr); ~CFX_GEFont(); // IFGAS_Font: @@ -66,7 +66,7 @@ class CFX_GEFont : public IFGAS_Font { uint32_t m_dwLogFontStyle; #endif CFX_Font* m_pFont; - IFX_FontMgr* m_pFontMgr; + IFGAS_FontMgr* m_pFontMgr; int32_t m_iRefCount; FX_BOOL m_bExtFont; IFX_Stream* m_pStream; -- cgit v1.2.3