| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 7ac6ce553f58da7271ee5a869e14479edcf9542e..1df4704c36b419a0e14e02d9a3ff9dc94bce1e97 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)
|
|
|