Index: ui/metro_viewer/metro_viewer_messages.h |
diff --git a/ui/metro_viewer/metro_viewer_messages.h b/ui/metro_viewer/metro_viewer_messages.h |
index e619607fbada6fa645a9cfd750ba782633237e5b..ad7690cceda3a06746c2cafe4cd889efbec3d66a 100644 |
--- a/ui/metro_viewer/metro_viewer_messages.h |
+++ b/ui/metro_viewer/metro_viewer_messages.h |
@@ -62,7 +62,8 @@ IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_Character, |
uint32, /* scan code */ |
uint32 /* key state */); |
// Informs the browser that the Metro window has been activated. |
-IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_WindowActivated); |
+IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_WindowActivated, |
+ bool /* Whether the window should be repainted */); |
// Informs the browser that the user has completed an edge gesture. |
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_EdgeGesture) |