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. |