Index: xfa/fwl/core/ifwl_tooltip.h |
diff --git a/xfa/fwl/core/ifwl_tooltip.h b/xfa/fwl/core/ifwl_tooltip.h |
index fcf16377148909285cbbc079a7a0d6879a04076a..63708a7f5a5a2378d931bb0a4cf3883e9108b64c 100644 |
--- a/xfa/fwl/core/ifwl_tooltip.h |
+++ b/xfa/fwl/core/ifwl_tooltip.h |
@@ -40,8 +40,6 @@ class IFWL_ToolTip : public IFWL_Form { |
~IFWL_ToolTip() override; |
// IFWL_Widget |
- void Initialize() override; |
- void Finalize() override; |
FWL_Type GetClassID() const override; |
FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE) override; |
FWL_Error Update() override; |