From 43170f498b8c619620c4141b2d67ef6ab9a518ca Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 21 Nov 2016 11:56:07 -0800 Subject: Update SetThemeColor and SetThemeData The SetThemeColor and SetThemeData methods are always called with a parameter of 0. This Cl removes the parameter and updates the code as needed. Review-Url: https://codereview.chromium.org/2521683002 --- xfa/fwl/theme/cfwl_checkboxtp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xfa/fwl/theme/cfwl_checkboxtp.h') diff --git a/xfa/fwl/theme/cfwl_checkboxtp.h b/xfa/fwl/theme/cfwl_checkboxtp.h index b04262edc2..81447b4899 100644 --- a/xfa/fwl/theme/cfwl_checkboxtp.h +++ b/xfa/fwl/theme/cfwl_checkboxtp.h @@ -66,11 +66,13 @@ class CFWL_CheckBoxTP : public CFWL_WidgetTP { FX_ARGB argbFill, CFX_Matrix* pMatrix); - void SetThemeData(uint32_t dwID); void InitCheckPath(FX_FLOAT fCheckLen); std::unique_ptr m_pThemeData; std::unique_ptr m_pCheckPath; + + private: + void SetThemeData(); }; #endif // XFA_FWL_THEME_CFWL_CHECKBOXTP_H_ -- cgit v1.2.3