From d2bf06228d7572545717cd36ea0dabc67e9b6d84 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 10 Nov 2016 12:46:33 -0800 Subject: Continue IFWL cleanup Cleaning up more IFWL classes. Review-Url: https://codereview.chromium.org/2492563002 --- xfa/fwl/core/ifwl_picturebox.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'xfa/fwl/core/ifwl_picturebox.h') diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h index 3aab27d02a..55eabcb523 100644 --- a/xfa/fwl/core/ifwl_picturebox.h +++ b/xfa/fwl/core/ifwl_picturebox.h @@ -8,7 +8,6 @@ #define XFA_FWL_CORE_IFWL_PICTUREBOX_H_ #include "xfa/fwl/core/cfwl_widgetproperties.h" -#include "xfa/fwl/core/fwl_error.h" #include "xfa/fwl/core/ifwl_dataprovider.h" #include "xfa/fwl/core/ifwl_widget.h" @@ -55,18 +54,14 @@ class IFWL_PictureBox : public IFWL_Widget { void OnDrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; - protected: + private: void DrawBkground(CFX_Graphics* pGraphics, IFWL_ThemeProvider* pTheme, const CFX_Matrix* pMatrix = nullptr); - bool VStyle(uint32_t dwStyle); CFX_RectF m_rtClient; CFX_RectF m_rtImage; CFX_Matrix m_matrix; - bool m_bTop; - bool m_bVCenter; - bool m_bButton; }; #endif // XFA_FWL_CORE_IFWL_PICTUREBOX_H_ -- cgit v1.2.3