summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_sdadapterimp.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-27 06:38:59 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-27 06:38:59 -0700
commitb95901091d63ce09accec3088945955f969d46e1 (patch)
tree9994d5b9bcd5de21eb0c72d7c4b9a82fae7dde5f /xfa/fwl/core/fwl_sdadapterimp.h
parent12168d764be266a209bc3fd15dbe4223732ae319 (diff)
downloadpdfium-b95901091d63ce09accec3088945955f969d46e1.tar.xz
Remove IFX_SystemHandler.
This CL folds IFX_SystemHandler into CFX_SystemHandler. Methods which either had no implementation, or returned a default value have been removed. Review URL: https://codereview.chromium.org/1923093002
Diffstat (limited to 'xfa/fwl/core/fwl_sdadapterimp.h')
-rw-r--r--xfa/fwl/core/fwl_sdadapterimp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/fwl_sdadapterimp.h b/xfa/fwl/core/fwl_sdadapterimp.h
index d91c88213e..3bd176afe8 100644
--- a/xfa/fwl/core/fwl_sdadapterimp.h
+++ b/xfa/fwl/core/fwl_sdadapterimp.h
@@ -61,7 +61,6 @@ class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr {
virtual FWL_ERR UpdateMenu(IFWL_Menu* pMenu,
const void* hItem,
int32_t iType);
- virtual int32_t TrackPopupMenu(IFWL_Menu* pMenu, IFWL_MenuDP* pMenuData);
virtual FWL_ERR SetMessageHook(IFWL_AdapterMessageHook* hook);
virtual FWL_ERR GetSystemBorder(FX_FLOAT& l,
FX_FLOAT& t,