diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-10 12:29:58 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-10 12:29:58 -0800 |
commit | 33c8c7602f8981c32d37a9b2e25496401e914391 (patch) | |
tree | dddaa54eefd8fe095a9e0174df88001c8435729b /xfa/include/fwl | |
parent | 7ed503d2dbe0b51550f85df1c47990d12eb68f59 (diff) | |
download | pdfium-33c8c7602f8981c32d37a9b2e25496401e914391.tar.xz |
Replace more static casts in FWL (part 3)
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1508883003 .
Diffstat (limited to 'xfa/include/fwl')
-rw-r--r-- | xfa/include/fwl/core/fwl_widgetmgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/include/fwl/core/fwl_widgetmgr.h b/xfa/include/fwl/core/fwl_widgetmgr.h index c191cae0c2..b4d03e0ca4 100644 --- a/xfa/include/fwl/core/fwl_widgetmgr.h +++ b/xfa/include/fwl/core/fwl_widgetmgr.h @@ -30,7 +30,6 @@ class IFWL_WidgetMgr { FWL_WGTRELATION eRelation) = 0;
virtual int32_t GetWidgetIndex(IFWL_Widget* pWidget) = 0;
virtual FX_BOOL SetWidgetIndex(IFWL_Widget* pWidget, int32_t nIndex) = 0;
- virtual FX_BOOL IsWidget(void* pObj) = 0;
virtual FWL_ERR RepaintWidget(IFWL_Widget* pWidget,
const CFX_RectF* pRect = NULL) = 0;
virtual FX_DWORD GetCapability() = 0;
|