| Index: xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffwidgetacc.cpp b/xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| index e3429c553f2ff666129ab46084a0ebf9501c7b6a..64b18f81d5c9e6f85caea210b9c64c8c27ab3076 100644
|
| --- a/xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| @@ -1517,7 +1517,7 @@ CXFA_WidgetLayoutData* CXFA_WidgetAcc::GetWidgetLayoutData() {
|
| return m_pLayoutData.get();
|
| }
|
|
|
| -IFX_Font* CXFA_WidgetAcc::GetFDEFont() {
|
| +CFX_GEFont* CXFA_WidgetAcc::GetFDEFont() {
|
| CFX_WideStringC wsFontName = FX_WSTRC(L"Courier");
|
| uint32_t dwFontStyle = 0;
|
| if (CXFA_Font font = GetFont()) {
|
|
|