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

Unified Diff: ui/metro_viewer/metro_viewer_messages.h

Issue 546503002: Notify the Chrome browser process about the window being activated from the viewer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review comments Created 6 years, 3 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 | « ui/aura/remote_window_tree_host_win.cc ('k') | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | win8/metro_driver/chrome_app_view_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698