| Index: content/common/browser_plugin/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
|
| index be55fbccd6f2317c8ac05aa20efbaadcd7fad781..1a5a5f7be490c55c59aa8a8f68827708910ae679 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -42,8 +42,7 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_Attach_Params)
|
| IPC_STRUCT_MEMBER(bool, focused)
|
| IPC_STRUCT_MEMBER(bool, visible)
|
| // The new size of the guest view.
|
| - IPC_STRUCT_MEMBER(gfx::Size, view_size)
|
| - IPC_STRUCT_MEMBER(gfx::Point, origin)
|
| + IPC_STRUCT_MEMBER(gfx::Rect, view_rect)
|
| // Whether the browser plugin is a full page plugin document.
|
| IPC_STRUCT_MEMBER(bool, is_full_page_plugin)
|
| IPC_STRUCT_END()
|
|
|