summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_sdadapterimp.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-19 10:33:32 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-19 10:33:32 -0700
commit11178284eccf22306338cf0d252b8dbb946feb16 (patch)
tree586cf51746e37d37b20d39cdd5b23e9ad1c0cf2b /xfa/fwl/core/fwl_sdadapterimp.cpp
parent2fa0e13ec2a79cc85d5e018a6420e677b28160cc (diff)
downloadpdfium-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.cpp')
-rw-r--r--xfa/fwl/core/fwl_sdadapterimp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/core/fwl_sdadapterimp.cpp b/xfa/fwl/core/fwl_sdadapterimp.cpp
index 50246517cc..9732414ea1 100644
--- a/xfa/fwl/core/fwl_sdadapterimp.cpp
+++ b/xfa/fwl/core/fwl_sdadapterimp.cpp
@@ -89,10 +89,6 @@ FWL_ERR CFWL_SDAdapterWidgetMgr::SetTransparent(IFWL_Widget* pWidget,
uint32_t dwAlpha) {
return FWL_ERR_Succeeded;
}
-FWL_ERR CFWL_SDAdapterWidgetMgr::SetFullScreen(IFWL_Widget* pWidget,
- FX_BOOL bFullScreen) {
- return FWL_ERR_Succeeded;
-}
FX_BOOL CFWL_SDAdapterWidgetMgr::CheckMessage() {
return TRUE;
}