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 */); |