Index: xfa/fwl/core/ifwl_picturebox.h |
diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h |
index eb9c70efca479096358d44f8dff47d5b8e21347e..98edd2793feac580cd3af54be8f6ce235d453f8d 100644 |
--- a/xfa/fwl/core/ifwl_picturebox.h |
+++ b/xfa/fwl/core/ifwl_picturebox.h |
@@ -45,11 +45,7 @@ class IFWL_PictureBoxDP : public IFWL_DataProvider { |
class IFWL_PictureBox : public IFWL_Widget { |
public: |
- static IFWL_PictureBox* Create(const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter); |
- |
- IFWL_PictureBox(const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter); |
+ explicit IFWL_PictureBox(const CFWL_WidgetImpProperties& properties); |
~IFWL_PictureBox() override; |
// IFWL_Widget |