 Chromium Code Reviews
 Chromium Code Reviews Issue 2433133002:
  Remove IFWL_*::Create methods, use new  (Closed)
    
  
    Issue 2433133002:
  Remove IFWL_*::Create methods, use new  (Closed) 
  | Index: xfa/fwl/core/ifwl_combolist.h | 
| diff --git a/xfa/fwl/core/ifwl_combolist.h b/xfa/fwl/core/ifwl_combolist.h | 
| index 74e79cd805399394c697e9f233648f0697625c45..5d21b4368106784c148497cd20d90876e2f27e13 100644 | 
| --- a/xfa/fwl/core/ifwl_combolist.h | 
| +++ b/xfa/fwl/core/ifwl_combolist.h | 
| @@ -13,9 +13,6 @@ | 
| class IFWL_ComboList : public IFWL_ListBox { | 
| public: | 
| - static IFWL_ComboList* Create(const CFWL_WidgetImpProperties& properties, | 
| - IFWL_Widget* pOuter); | 
| - | 
| IFWL_ComboList(const CFWL_WidgetImpProperties& properties, | 
| IFWL_Widget* pOuter); |