| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f314706dce798568d48ac5ecbb1f7a3756f516d5..34996250992f50380207bf0bc13f858bc7c1e790 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -446,6 +446,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Resize_Params)
|
| IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
|
| // Indicates whether a page is fullscreen or not.
|
| IPC_STRUCT_MEMBER(bool, is_fullscreen)
|
| + // If set, requests the renderer to reply with a ViewHostMsg_UpdateRect
|
| + // with the ViewHostMsg_UpdateRect_Flags::IS_RESIZE_ACK bit set in flags.
|
| + IPC_STRUCT_MEMBER(bool, needs_resize_ack)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|