| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b1bf975a0570742ed6af4a528309e1517b59b341..8c716a5c1c5af6d08b9e6539e1904af9c7e06636 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -605,6 +605,7 @@ IPC_STRUCT_BEGIN(ViewMsg_Resize_Params)
|
| IPC_STRUCT_MEMBER(gfx::Size, new_size)
|
| IPC_STRUCT_MEMBER(gfx::Size, physical_backing_size)
|
| IPC_STRUCT_MEMBER(float, overdraw_bottom_height)
|
| + IPC_STRUCT_MEMBER(gfx::Size, visible_viewport_size)
|
| IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
|
| IPC_STRUCT_MEMBER(bool, is_fullscreen)
|
| IPC_STRUCT_END()
|
|
|