| Index: xfa/fwl/core/ifwl_tooltip.h
|
| diff --git a/xfa/fwl/core/ifwl_tooltip.h b/xfa/fwl/core/ifwl_tooltip.h
|
| index 69f0e13596bea8cf6383e527fd4a348a4a8af5c5..7554f82bf9bba384b33758203c9360ee6677cd01 100644
|
| --- a/xfa/fwl/core/ifwl_tooltip.h
|
| +++ b/xfa/fwl/core/ifwl_tooltip.h
|
| @@ -35,9 +35,6 @@ class IFWL_ToolTipDP : public IFWL_DataProvider {
|
|
|
| class IFWL_ToolTip : public IFWL_Form {
|
| public:
|
| - static IFWL_ToolTip* Create(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| -
|
| IFWL_ToolTip(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter);
|
| ~IFWL_ToolTip() override;
|
|
|
|
|