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

Unified Diff: ui/metro_viewer/metro_viewer_messages.h

Issue 11446078: Add suport for changing cursors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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
Index: ui/metro_viewer/metro_viewer_messages.h
===================================================================
--- ui/metro_viewer/metro_viewer_messages.h (revision 171601)
+++ ui/metro_viewer/metro_viewer_messages.h (working copy)
@@ -14,7 +14,7 @@
IPC_ENUM_TRAITS(ui::EventType)
IPC_ENUM_TRAITS(ui::EventFlags)
-// Messages sent from the viewer to the browser.
+// Messages sent from the viewer to the browser:
// Inform the browser of the surface to target for compositing.
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_SetTargetSurface,
@@ -51,3 +51,9 @@
// Informs the browser that the visibiliy of the viewer has changed.
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_VisibilityChanged,
bool /* visible */);
+
+// Messages sent from the browser to the viewer:
+
+// Requests the viewer to change the pointer to a new cursor.
+IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_SetCursor,
+ int64 /* cursor */);

Powered by Google App Engine
This is Rietveld 408576698