| Index: xfa/fwl/core/ifwl_app.h
|
| diff --git a/xfa/fwl/core/ifwl_app.h b/xfa/fwl/core/ifwl_app.h
|
| index d969c4b35cbde19e9e36b4e5ee58cddddec9d9dc..3fb0940ed42cab6c635b3cd2890ced12b46ba9f6 100644
|
| --- a/xfa/fwl/core/ifwl_app.h
|
| +++ b/xfa/fwl/core/ifwl_app.h
|
| @@ -34,12 +34,8 @@ class IFWL_App : public IFWL_Thread {
|
|
|
| IFWL_App* FWL_GetApp();
|
| void FWL_SetApp(IFWL_App* pApp);
|
| +
|
| IFWL_AdapterNative* FWL_GetAdapterNative();
|
| IFWL_AdapterWidgetMgr* FWL_GetAdapterWidgetMgr();
|
| -IFWL_ThemeProvider* FWL_GetThemeProvider();
|
| -extern FWL_ERR FWL_Execute(const CFX_WideStringC& wsExecutable,
|
| - const CFX_WideStringC& wsParameters);
|
| -FWL_ERR FWL_SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen);
|
| -FX_BOOL FWL_AppIsActived();
|
|
|
| #endif // XFA_FWL_CORE_IFWL_APP_H_
|
|
|