From d1b859c0bc849759ee57dba000687eef4fee9757 Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 3 Jun 2016 16:22:16 -0700 Subject: Rename CFX_GEFont to CFGAS_GEFont It implements IFGAS_Font and is unrelated to CFX Fonts, except as a wrapper. Review-Url: https://codereview.chromium.org/2037753005 --- xfa/fgas/font/fgas_gefont.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 b1b83cac89..835fe2c11a 100644 --- a/xfa/fgas/font/fgas_gefont.h +++ b/xfa/fgas/font/fgas_gefont.h @@ -16,11 +16,11 @@ class CXFA_PDFFontMgr; -class CFX_GEFont : public IFGAS_Font { +class CFGAS_GEFont : public IFGAS_Font { public: - CFX_GEFont(const CFX_GEFont& src, uint32_t dwFontStyles); - explicit CFX_GEFont(IFGAS_FontMgr* pFontMgr); - ~CFX_GEFont(); + CFGAS_GEFont(const CFGAS_GEFont& src, uint32_t dwFontStyles); + explicit CFGAS_GEFont(IFGAS_FontMgr* pFontMgr); + ~CFGAS_GEFont(); // IFGAS_Font: virtual void Release(); -- cgit v1.2.3