| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ca6cb6e0c65f8597365cac3fe04f6a313c590a24..56d2fc55819c15e123f2197e6479f96d7bd67338 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -184,7 +184,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResizeParams)
|
| IPC_STRUCT_TRAITS_MEMBER(top_controls_height)
|
| IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height)
|
| IPC_STRUCT_TRAITS_MEMBER(visible_viewport_size)
|
| - IPC_STRUCT_TRAITS_MEMBER(resizer_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(is_fullscreen_granted)
|
| IPC_STRUCT_TRAITS_MEMBER(display_mode)
|
| IPC_STRUCT_TRAITS_MEMBER(needs_resize_ack)
|
| @@ -420,10 +419,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_EnableDeviceEmulation,
|
| // Disables device emulation, enabled previously by EnableDeviceEmulation.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_DisableDeviceEmulation)
|
|
|
| -// Tells the render view that the resize rect has changed.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_ChangeResizeRect,
|
| - gfx::Rect /* resizer_rect */)
|
| -
|
| // Sent to inform the view that it was hidden. This allows it to reduce its
|
| // resource utilization.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_WasHidden)
|
|
|