| Index: xfa/fxfa/app/xfa_ffapp.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffapp.cpp b/xfa/fxfa/app/xfa_ffapp.cpp
|
| index ccdd6427ef91e5ecee78e776bfcb80c7a1a5a433..b38e59090ebaf044dbc109bec4031760e63eb59d 100644
|
| --- a/xfa/fxfa/app/xfa_ffapp.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffapp.cpp
|
| @@ -131,7 +131,7 @@ CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme() {
|
| }
|
|
|
| CXFA_FWLAdapterWidgetMgr* CXFA_FFApp::GetWidgetMgr(
|
| - CFWL_WidgetMgrDelegate* pDelegate) {
|
| + IFWL_WidgetMgrDelegate* pDelegate) {
|
| if (!m_pAdapterWidgetMgr) {
|
| m_pAdapterWidgetMgr.reset(new CXFA_FWLAdapterWidgetMgr);
|
| pDelegate->OnSetCapability(FWL_WGTMGR_DisableThread |
|
|
|