| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index d509db61390078381c21aa945a5f92a3514f0ce4..93469808aa2abf1b2e8e8f262be39f0e48cc2387 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -285,15 +285,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(default_font_size)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(content::WebPluginGeometry)
|
| - IPC_STRUCT_TRAITS_MEMBER(window)
|
| - IPC_STRUCT_TRAITS_MEMBER(window_rect)
|
| - IPC_STRUCT_TRAITS_MEMBER(clip_rect)
|
| - IPC_STRUCT_TRAITS_MEMBER(cutout_rects)
|
| - IPC_STRUCT_TRAITS_MEMBER(rects_valid)
|
| - IPC_STRUCT_TRAITS_MEMBER(visible)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(media::MediaLogEvent)
|
| IPC_STRUCT_TRAITS_MEMBER(id)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| @@ -469,10 +460,6 @@ IPC_STRUCT_BEGIN(ViewHostMsg_UpdateRect_Params)
|
| // view size.
|
| IPC_STRUCT_MEMBER(gfx::Size, view_size)
|
|
|
| - // New window locations for plugin child windows.
|
| - IPC_STRUCT_MEMBER(std::vector<content::WebPluginGeometry>,
|
| - plugin_window_moves)
|
| -
|
| // The following describes the various bits that may be set in flags:
|
| //
|
| // ViewHostMsg_UpdateRect_Flags::IS_RESIZE_ACK
|
|
|