diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-17 14:42:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-17 14:42:46 -0800 |
commit | 218a37894a58cd23eb764aec96ff21331b6e68cc (patch) | |
tree | 7753eac6286c90c3adcaeff0937e17e402b6f60d /xfa/fwl/core/ifwl_tooltip.h | |
parent | 483f3c485ac727cbf74c89e3912e5a4475d5f8f9 (diff) | |
download | pdfium-218a37894a58cd23eb764aec96ff21331b6e68cc.tar.xz |
Remove IFWL_ToolTipDP
There are no longer any classes which implement this interface.
Remove interface.
Review-Url: https://codereview.chromium.org/2511183002
Diffstat (limited to 'xfa/fwl/core/ifwl_tooltip.h')
-rw-r--r-- | xfa/fwl/core/ifwl_tooltip.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xfa/fwl/core/ifwl_tooltip.h b/xfa/fwl/core/ifwl_tooltip.h index d5e70cd866..cb3eab1740 100644 --- a/xfa/fwl/core/ifwl_tooltip.h +++ b/xfa/fwl/core/ifwl_tooltip.h @@ -12,7 +12,6 @@ class CFWL_WidgetProperties; class IFWL_Widget; -class CFWL_ToolTipImpDelegate; #define FWL_STYLEEXT_TTP_Rectangle (0L << 3) #define FWL_STYLEEXT_TTP_RoundCorner (1L << 3) @@ -20,17 +19,6 @@ class CFWL_ToolTipImpDelegate; #define FWL_STYLEEXT_TTP_Multiline (1L << 5) #define FWL_STYLEEXT_TTP_NoAnchor (1L << 6) -class IFWL_ToolTipDP : public IFWL_DataProvider { - public: - // IFWL_DataProvider - void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) override = 0; - - virtual int32_t GetInitialDelay(IFWL_Widget* pWidget) = 0; - virtual int32_t GetAutoPopDelay(IFWL_Widget* pWidget) = 0; - virtual CFX_DIBitmap* GetToolTipIcon(IFWL_Widget* pWidget) = 0; - virtual CFX_SizeF GetToolTipIconSize(IFWL_Widget* pWidget) = 0; -}; - class IFWL_ToolTip : public IFWL_Form { public: IFWL_ToolTip(const IFWL_App* app, |