| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 6bc9713291c971e391bb28b37b194ef8fbfe1528..4c510c819661e9afdd3563e2440b368bce800b65 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -588,7 +588,7 @@ IPC_STRUCT_BEGIN(ViewMsg_Resize_Params)
|
| IPC_STRUCT_MEMBER(blink::WebScreenInfo, screen_info)
|
| 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(float, top_controls_layout_height)
|
| IPC_STRUCT_MEMBER(gfx::Size, visible_viewport_size)
|
| IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
|
| IPC_STRUCT_MEMBER(bool, is_fullscreen)
|
|
|