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

Unified Diff: content/common/view_messages.h

Issue 9302022: WebWidgetClient::screenInfo() no longer does a synchronous IPC. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Refreshed patch to merge with tip of tree Created 8 years, 10 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 8c0d36c63319eb5e99eed5f0603fe5297590c117..504a90df60ba6fc02655a052bfb54ad8cb3b6b75 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -623,6 +623,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// existing navigation that might be loaded in the view. Page IDs are unique
// to a view and are only updated by the renderer after this initial value.
IPC_STRUCT_MEMBER(int32, next_page_id)
+
+ // The properties of the screen associated with the view.
+ IPC_STRUCT_MEMBER(WebKit::WebScreenInfo, screen_info)
IPC_STRUCT_END()
// Messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698