Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 2b88e3d1ec573a3e115617a921c6530ada00ceee..520a83fecb9afc7dbd5bf286c45e72dce5a85c25 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -650,6 +650,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. |