From 23f55851279e253f64f79d2e1509ec223b1b83b4 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Mon, 14 May 2018 15:32:00 +0000 Subject: Remove dead code from CFWL_WidgetMgr. Change-Id: Ic39b843ab21e7eb738849511a5187822ad49d67a Reviewed-on: https://pdfium-review.googlesource.com/32413 Commit-Queue: Henrique Nakashima Reviewed-by: Tom Sepez Reviewed-by: Ryan Harrison --- xfa/fwl/cfwl_widgetmgr.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'xfa/fwl/cfwl_widgetmgr.h') 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 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> m_mapWidgetItem; UnownedPtr 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_ -- cgit v1.2.3