From f8d8ac4fca2774550f3fbd3a21bbc1e326028c18 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 19 May 2016 11:37:20 -0700 Subject: Expand some typedefs to the original types Sevearal typedefs are only used once or twice. Expand and remove the typedef. Review-Url: https://codereview.chromium.org/1995033002 --- xfa/fgas/font/fgas_gefont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 491f38bc89..8595782dc3 100644 --- a/xfa/fgas/font/fgas_gefont.h +++ b/xfa/fgas/font/fgas_gefont.h @@ -70,7 +70,7 @@ class CFX_GEFont : public IFX_Font { IFX_FileRead* m_pFileRead; CFX_UnicodeEncoding* m_pFontEncoding; CFX_WordDiscreteArray* m_pCharWidthMap; - CFX_RectMassArray* m_pRectArray; + CFX_MassArrayTemplate* m_pRectArray; CFX_MapPtrToPtr* m_pBBoxMap; CXFA_PDFFontMgr* m_pProvider; uint16_t m_wCharSet; -- cgit v1.2.3