Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 9ab0e9928c9ea403132721b725aa9c13d4871520..7bf9c09894655559c964f08b7cf71b00bf4aa222 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -713,6 +713,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params) |
// Whether the RenderView should initially be swapped out. |
IPC_STRUCT_MEMBER(bool, swapped_out) |
+ // Whether the RenderView should initially be hidden. |
+ IPC_STRUCT_MEMBER(bool, hidden) |
+ |
// The initial page ID to use for this view, which must be larger than any |
// 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. |