| Index: xfa/fxfa/xfa_ffapp.h
|
| diff --git a/xfa/fxfa/xfa_ffapp.h b/xfa/fxfa/xfa_ffapp.h
|
| index dd670b83d759c1b9e097ca3593cdbba4310d27f4..2826e0e41a923c2311b5355443616f0a50130925 100644
|
| --- a/xfa/fxfa/xfa_ffapp.h
|
| +++ b/xfa/fxfa/xfa_ffapp.h
|
| @@ -56,12 +56,15 @@ class CXFA_FFApp {
|
| CXFA_FWLTheme* GetFWLTheme();
|
|
|
| IXFA_AppProvider* GetAppProvider() const { return m_pProvider; }
|
| + const IFWL_App* GetFWLApp() const { return m_pFWLApp.get(); }
|
| IFWL_AdapterTimerMgr* GetTimerMgr() const;
|
| CXFA_FontMgr* GetXFAFontMgr() const;
|
| CFWL_WidgetMgrDelegate* GetWidgetMgrDelegate() const {
|
| return m_pWidgetMgrDelegate;
|
| }
|
|
|
| + void ClearEventTargets();
|
| +
|
| protected:
|
| std::unique_ptr<CXFA_FFDocHandler> m_pDocHandler;
|
| IXFA_AppProvider* const m_pProvider;
|
|
|