Index: xfa/fwl/basewidget/ifwl_tooltip.h |
diff --git a/xfa/include/fwl/basewidget/fwl_tooltipctrl.h b/xfa/fwl/basewidget/ifwl_tooltip.h |
similarity index 87% |
rename from xfa/include/fwl/basewidget/fwl_tooltipctrl.h |
rename to xfa/fwl/basewidget/ifwl_tooltip.h |
index 0a775dbd7c41dc04306014a7b6d179c25d48bb01..278544b459cdfe0c38f0844fc799120886c4ec61 100644 |
--- a/xfa/include/fwl/basewidget/fwl_tooltipctrl.h |
+++ b/xfa/fwl/basewidget/ifwl_tooltip.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_TOOLTIPCTRL_H_ |
-#define XFA_INCLUDE_FWL_BASEWIDGET_FWL_TOOLTIPCTRL_H_ |
+#ifndef XFA_FWL_BASEWIDGET_IFWL_TOOLTIP_H_ |
+#define XFA_FWL_BASEWIDGET_IFWL_TOOLTIP_H_ |
-#include "xfa/include/fwl/core/fwl_form.h" |
+#include "xfa/fwl/core/ifwl_form.h" |
class CFWL_WidgetImpProperties; |
class IFWL_ToolTip; |
@@ -32,6 +32,7 @@ class IFWL_ToolTipDP : public IFWL_DataProvider { |
virtual CFX_DIBitmap* GetToolTipIcon(IFWL_Widget* pWidget) = 0; |
virtual CFX_SizeF GetToolTipIconSize(IFWL_Widget* pWidget) = 0; |
}; |
+ |
class IFWL_ToolTip : public IFWL_Form { |
public: |
static IFWL_ToolTip* Create(const CFWL_WidgetImpProperties& properties, |
@@ -45,4 +46,4 @@ class IFWL_ToolTip : public IFWL_Form { |
IFWL_ToolTip(); |
}; |
-#endif // XFA_INCLUDE_FWL_BASEWIDGET_FWL_TOOLTIPCTRL_H_ |
+#endif // XFA_FWL_BASEWIDGET_IFWL_TOOLTIP_H_ |