diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-19 11:37:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 11:37:20 -0700 |
commit | f8d8ac4fca2774550f3fbd3a21bbc1e326028c18 (patch) | |
tree | 70ab1f2ba023573e5ae076e46ab2621a9411b28b /xfa/fgas/font/fgas_gefont.h | |
parent | bc8a64029f898286c3dcad3a6cecdc98ef30b139 (diff) | |
download | pdfium-f8d8ac4fca2774550f3fbd3a21bbc1e326028c18.tar.xz |
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
Diffstat (limited to 'xfa/fgas/font/fgas_gefont.h')
-rw-r--r-- | xfa/fgas/font/fgas_gefont.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<CFX_Rect>* m_pRectArray; CFX_MapPtrToPtr* m_pBBoxMap; CXFA_PDFFontMgr* m_pProvider; uint16_t m_wCharSet; |