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

Unified Diff: public/platform/WebCursorInfo.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/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCursorInfo.h
diff --git a/public/platform/WebCursorInfo.h b/public/platform/WebCursorInfo.h
index f7a4e69efb3c6549ae2b4cb6542b6210569743d3..220d74dd0dfdb6e7124e7fcb2c83686aac64f640 100644
--- a/public/platform/WebCursorInfo.h
+++ b/public/platform/WebCursorInfo.h
@@ -67,6 +67,7 @@ struct WebCursorInfo {
TypeNorthWestSouthEastResize,
TypeColumnResize,
TypeRowResize,
+#ifdef WIN32
TypeMiddlePanning,
TypeEastPanning,
TypeNorthPanning,
@@ -76,6 +77,7 @@ struct WebCursorInfo {
TypeSouthEastPanning,
TypeSouthWestPanning,
TypeWestPanning,
+#endif
TypeMove,
TypeVerticalText,
TypeCell,
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698