| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b5230779714b34ffa1404b1c1a8a69bf02abc0d8..00b3b748ce2826113509bf4ad7a05d4de5b1beb3 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -509,10 +509,6 @@ IPC_STRUCT_BEGIN(ViewHostMsg_UpdateRect_Params)
|
| // progress.
|
| IPC_STRUCT_MEMBER(gfx::Size, view_size)
|
|
|
| - // The area of the RenderView reserved for resize corner when this message
|
| - // was generated. Reported for the same reason as view_size is.
|
| - IPC_STRUCT_MEMBER(gfx::Rect, resizer_rect)
|
| -
|
| // New window locations for plugin child windows.
|
| IPC_STRUCT_MEMBER(std::vector<webkit::npapi::WebPluginGeometry>,
|
| plugin_window_moves)
|
|
|