diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 911cd87..76e5ce3 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -703,9 +703,6 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params) // The parent window's id. IPC_STRUCT_MEMBER(gfx::NativeViewId, parent_window) - // Surface for accelerated rendering. - IPC_STRUCT_MEMBER(gfx::PluginWindowHandle, compositing_surface) - // Renderer-wide preferences. IPC_STRUCT_MEMBER(RendererPreferences, renderer_preferences) @@ -753,9 +750,8 @@ IPC_MESSAGE_CONTROL1(ViewMsg_New, // Reply in response to ViewHostMsg_ShowView or ViewHostMsg_ShowWidget. // similar to the new command, but used when the renderer created a view // first, and we need to update it. -IPC_MESSAGE_ROUTED2(ViewMsg_CreatingNew_ACK, - gfx::NativeViewId /* parent_hwnd */, - gfx::PluginWindowHandle /* compositing_surface */) +IPC_MESSAGE_ROUTED1(ViewMsg_CreatingNew_ACK, + gfx::NativeViewId /* parent_hwnd */) // Sends updated preferences to the renderer. IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs, |