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

Unified Diff: xfa/fwl/basewidget/ifwl_spinbutton.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_scrollbar.h ('k') | xfa/fwl/basewidget/ifwl_tooltip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/basewidget/ifwl_spinbutton.h
diff --git a/xfa/include/fwl/basewidget/fwl_spinbutton.h b/xfa/fwl/basewidget/ifwl_spinbutton.h
similarity index 89%
rename from xfa/include/fwl/basewidget/fwl_spinbutton.h
rename to xfa/fwl/basewidget/ifwl_spinbutton.h
index fdd27c64a664d3bf6fc44e1d6ac92b719bfa7624..f68ab0f25152c76c0ad86de3b7e2a5bd7bf9ec94 100644
--- a/xfa/include/fwl/basewidget/fwl_spinbutton.h
+++ b/xfa/fwl/basewidget/ifwl_spinbutton.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_SPINBUTTON_H_
-#define XFA_INCLUDE_FWL_BASEWIDGET_FWL_SPINBUTTON_H_
+#ifndef XFA_FWL_BASEWIDGET_IFWL_SPINBUTTON_H_
+#define XFA_FWL_BASEWIDGET_IFWL_SPINBUTTON_H_
#include "xfa/fwl/core/fwl_widgetimp.h"
@@ -24,6 +24,7 @@
#define FWL_WGTHITTEST_SPB_DownButton (FWL_WGTHITTEST_MAX + 2)
#define FWL_EVT_SPB_Click L"FWL_EVENT_SPB_Click"
#define FWL_EVTHASH_SPB_Click 2927651187
+
BEGIN_FWL_EVENT_DEF(CFWL_EvtSpbClick, FWL_EVTHASH_SPB_Click)
FX_BOOL m_bUp;
END_FWL_EVENT_DEF
@@ -40,4 +41,4 @@ class IFWL_SpinButton : public IFWL_Widget {
IFWL_SpinButton();
};
-#endif // XFA_INCLUDE_FWL_BASEWIDGET_FWL_SPINBUTTON_H_
+#endif // XFA_FWL_BASEWIDGET_IFWL_SPINBUTTON_H_
« no previous file with comments | « xfa/fwl/basewidget/ifwl_scrollbar.h ('k') | xfa/fwl/basewidget/ifwl_tooltip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698