| Index: xfa/fxfa/app/xfa_ffapp.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffapp.cpp b/xfa/fxfa/app/xfa_ffapp.cpp
|
| index 71b8fc44b1f565c0ab84de69678e32f395d1b370..66314ff2c67cac1d7cf910b5668d1857ed50be6a 100644
|
| --- a/xfa/fxfa/app/xfa_ffapp.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffapp.cpp
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "xfa/fwl/core/ifwl_widgetmgrdelegate.h"
|
| +#include "xfa/fwl/core/fwl_widgetmgrimp.h"
|
| #include "xfa/fxfa/app/xfa_fwladapter.h"
|
| #include "xfa/fxfa/app/xfa_fwltheme.h"
|
| #include "xfa/fxfa/include/xfa_ffdoc.h"
|
| @@ -159,7 +159,7 @@ CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme() {
|
| return m_pFWLTheme;
|
| }
|
| IFWL_AdapterWidgetMgr* CXFA_FFApp::GetWidgetMgr(
|
| - IFWL_WidgetMgrDelegate* pDelegate) {
|
| + CFWL_WidgetMgrDelegate* pDelegate) {
|
| if (!m_pAdapterWidgetMgr) {
|
| m_pAdapterWidgetMgr = new CXFA_FWLAdapterWidgetMgr;
|
| pDelegate->OnSetCapability(FWL_WGTMGR_DisableThread |
|
|
|