Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Unified Diff: xfa/fwl/basewidget/ifwl_tooltip.h

Issue 1827923002: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fwl/basewidget/ifwl_spinbutton.h ('k') | xfa/fwl/basewidget/ifx_barcode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « xfa/fwl/basewidget/ifwl_spinbutton.h ('k') | xfa/fwl/basewidget/ifx_barcode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698