diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2018-05-14 15:32:00 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-14 15:32:00 +0000 |
commit | 23f55851279e253f64f79d2e1509ec223b1b83b4 (patch) | |
tree | 0cdccfa30cbf623d033491c79c935943ccf3a41f /xfa/fwl/cfwl_widgetmgr.h | |
parent | 22c24441a3a4bc1201c740360aa812bd18d7b374 (diff) | |
download | pdfium-23f55851279e253f64f79d2e1509ec223b1b83b4.tar.xz |
Remove dead code from CFWL_WidgetMgr.
Change-Id: Ic39b843ab21e7eb738849511a5187822ad49d67a
Reviewed-on: https://pdfium-review.googlesource.com/32413
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_widgetmgr.h')
-rw-r--r-- | xfa/fwl/cfwl_widgetmgr.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/xfa/fwl/cfwl_widgetmgr.h b/xfa/fwl/cfwl_widgetmgr.h index 536dce9d2b..856e7f4cc2 100644 --- a/xfa/fwl/cfwl_widgetmgr.h +++ b/xfa/fwl/cfwl_widgetmgr.h @@ -14,8 +14,6 @@ #include "core/fxcrt/fx_system.h" #include "xfa/fxgraphics/cxfa_graphics.h" -#define FWL_WGTMGR_DisableForm 0x00000002 - class CFWL_Message; class CXFA_FFApp; class CXFA_FWLAdapterWidgetMgr; @@ -77,9 +75,6 @@ class CFWL_WidgetMgr { CFWL_Widget* const pWidget; std::unique_ptr<CXFA_Graphics> pOffscreen; int32_t iRedrawCounter; -#if _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_ - bool bOutsideChanged; -#endif // _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_ }; CFWL_Widget* GetFirstSiblingWidget(CFWL_Widget* pWidget) const; @@ -98,20 +93,11 @@ class CFWL_WidgetMgr { const CFX_RectF& rtClip, CXFA_Graphics* pGraphics, const CFX_Matrix* pMatrix); - CXFA_Graphics* DrawWidgetBefore(CFWL_Widget* pWidget, - CXFA_Graphics* pGraphics, - const CFX_Matrix* pMatrix); - bool IsNeedRepaint(CFWL_Widget* pWidget, - CFX_Matrix* pMatrix, - const CFX_RectF& rtDirty); bool IsAbleNative(CFWL_Widget* pWidget) const; std::map<CFWL_Widget*, std::unique_ptr<Item>> m_mapWidgetItem; UnownedPtr<CXFA_FWLAdapterWidgetMgr> const m_pAdapter; -#if _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_ - CFX_RectF m_rtScreen; -#endif // _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_ }; #endif // XFA_FWL_CFWL_WIDGETMGR_H_ |