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

Unified Diff: Source/platform/Cursor.h

Issue 137183002: Make pan-scrolling related mouse cursor types windows-specific (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/core/testing/Internals.cpp ('k') | Source/platform/Cursor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Cursor.h
diff --git a/Source/platform/Cursor.h b/Source/platform/Cursor.h
index 25de699f49bc398fbc4c86d2c652c4c475e4a709..e87dcc73a2a24c8728a8193d5077dee34470f6ab 100644
--- a/Source/platform/Cursor.h
+++ b/Source/platform/Cursor.h
@@ -58,6 +58,7 @@ public:
NorthWestSouthEastResize,
ColumnResize,
RowResize,
+#if OS(WIN)
MiddlePanning,
EastPanning,
NorthPanning,
@@ -67,6 +68,7 @@ public:
SouthEastPanning,
SouthWestPanning,
WestPanning,
+#endif
Move,
VerticalText,
Cell,
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/Cursor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698