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/fwl_sdadapterimp.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/fwl_sdadapterimp.h')
-rw-r--r-- | xfa/fwl/core/fwl_sdadapterimp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/fwl_sdadapterimp.h b/xfa/fwl/core/fwl_sdadapterimp.h index 3968b22ab6..d91c88213e 100644 --- a/xfa/fwl/core/fwl_sdadapterimp.h +++ b/xfa/fwl/core/fwl_sdadapterimp.h @@ -46,7 +46,6 @@ class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr { const CFX_WideStringC& wsCaption); virtual FWL_ERR SetBorderRegion(IFWL_Widget* pWidget, CFX_Path* pPath); virtual FWL_ERR SetTransparent(IFWL_Widget* pWidget, uint32_t dwAlpha); - virtual FWL_ERR SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen); virtual FX_BOOL CheckMessage(); virtual FX_BOOL IsIdleMessage(); virtual FWL_ERR DispatchMessage(); |