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