| Index: xfa/fwl/core/ifwl_scrollbar.h | 
| diff --git a/xfa/fwl/core/ifwl_scrollbar.h b/xfa/fwl/core/ifwl_scrollbar.h | 
| index 2a46e0f33d8cc14b9107e2966fadf444dda8c831..39d3c04eb2d22d4d923cb1223eb63fa12a8af60d 100644 | 
| --- a/xfa/fwl/core/ifwl_scrollbar.h | 
| +++ b/xfa/fwl/core/ifwl_scrollbar.h | 
| @@ -39,9 +39,6 @@ class IFWL_ScrollBarDP : public IFWL_DataProvider {}; | 
|  | 
| class IFWL_ScrollBar : public IFWL_Widget, public IFWL_Timer { | 
| public: | 
| -  static IFWL_ScrollBar* Create(const CFWL_WidgetImpProperties& properties, | 
| -                                IFWL_Widget* pOuter); | 
| - | 
| IFWL_ScrollBar(const CFWL_WidgetImpProperties& properties, | 
| IFWL_Widget* pOuter); | 
| ~IFWL_ScrollBar() override; | 
|  |