| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 89a317e475d2f6b2728ba157a565b3116d657596..5f7884584388cf5f848fbb28e603e4efffede842 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -602,6 +602,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()
|
|
|