| Index: xfa/fxfa/app/xfa_textlayout.cpp
|
| diff --git a/xfa/fxfa/app/xfa_textlayout.cpp b/xfa/fxfa/app/xfa_textlayout.cpp
|
| index 291cc5133a8612280edcf22cc991895e98246fcd..345fc272e36cb00a14ef864d5c76869583ef374c 100644
|
| --- a/xfa/fxfa/app/xfa_textlayout.cpp
|
| +++ b/xfa/fxfa/app/xfa_textlayout.cpp
|
| @@ -94,7 +94,7 @@ void CXFA_TextParser::InitCSSData(CXFA_TextProvider* pTextProvider) {
|
|
|
| if (!m_pSelector) {
|
| CXFA_FFDoc* pDoc = pTextProvider->GetDocNode();
|
| - IFGAS_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr();
|
| + CFGAS_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr();
|
| ASSERT(pFontMgr);
|
| m_pSelector.reset(new CFDE_CSSStyleSelector(pFontMgr));
|
| FX_FLOAT fFontSize = 10;
|
|
|