From 2c489cc41023a40648dfde988d11b8ec2b66c7d0 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 23 Nov 2016 16:17:20 -0800 Subject: Merge IFWL and CFWL classes. This CL merges the IFWL hierarchy into the CFWL hierachy. All CFWL proxy methods have been replaced by the IFWL implementations. Review-Url: https://codereview.chromium.org/2524173002 --- xfa/fwl/core/cfwl_comboboxproxy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xfa/fwl/core/cfwl_comboboxproxy.h') diff --git a/xfa/fwl/core/cfwl_comboboxproxy.h b/xfa/fwl/core/cfwl_comboboxproxy.h index 33f5a82e79..11fb364cdc 100644 --- a/xfa/fwl/core/cfwl_comboboxproxy.h +++ b/xfa/fwl/core/cfwl_comboboxproxy.h @@ -11,14 +11,14 @@ #include "xfa/fwl/core/cfwl_formproxy.h" -class IFWL_ComboBox; +class CFWL_ComboBox; class CFWL_ComboBoxProxy : public CFWL_FormProxy { public: - CFWL_ComboBoxProxy(IFWL_ComboBox* pCombobBox, + CFWL_ComboBoxProxy(CFWL_ComboBox* pCombobBox, const CFWL_App* app, std::unique_ptr properties, - IFWL_Widget* pOuter); + CFWL_Widget* pOuter); ~CFWL_ComboBoxProxy() override; // CFWL_FormProxy @@ -35,7 +35,7 @@ class CFWL_ComboBoxProxy : public CFWL_FormProxy { bool m_bLButtonDown; bool m_bLButtonUpSelf; - IFWL_ComboBox* m_pComboBox; + CFWL_ComboBox* m_pComboBox; }; #endif // XFA_FWL_CORE_CFWL_COMBOBOXPROXY_H_ -- cgit v1.2.3