diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-19 10:33:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-19 10:33:32 -0700 |
commit | 11178284eccf22306338cf0d252b8dbb946feb16 (patch) | |
tree | 586cf51746e37d37b20d39cdd5b23e9ad1c0cf2b /xfa/fwl/core/ifwl_adapterwidgetmgr.h | |
parent | 2fa0e13ec2a79cc85d5e018a6420e677b28160cc (diff) | |
download | pdfium-11178284eccf22306338cf0d252b8dbb946feb16.tar.xz |
Remove fullscreen code.
The FWL_SetFullScreen() method is never called, remove and all the supporting
fullscreen code.
Review URL: https://codereview.chromium.org/1902083002
Diffstat (limited to 'xfa/fwl/core/ifwl_adapterwidgetmgr.h')
-rw-r--r-- | xfa/fwl/core/ifwl_adapterwidgetmgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_adapterwidgetmgr.h b/xfa/fwl/core/ifwl_adapterwidgetmgr.h index 1e8405ab2f..8744c6b078 100644 --- a/xfa/fwl/core/ifwl_adapterwidgetmgr.h +++ b/xfa/fwl/core/ifwl_adapterwidgetmgr.h @@ -44,7 +44,6 @@ class IFWL_AdapterWidgetMgr { virtual FWL_ERR SetNormal(IFWL_Widget* pWidget) = 0; virtual FWL_ERR SetMaximize(IFWL_Widget* pWidget) = 0; virtual FWL_ERR SetMinimize(IFWL_Widget* pWidget) = 0; - virtual FWL_ERR SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen) = 0; virtual FX_BOOL CheckMessage() = 0; virtual FX_BOOL IsIdleMessage() = 0; virtual FWL_ERR DispatchMessage() = 0; |