| 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 579d2539a042c4fbaf8e293859251dfd65d61102..1c202495ed535f1b284e3f74d0d4c0d5f4e185bb 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -209,9 +209,10 @@ IPC_MESSAGE_ROUTED5(BrowserPluginHostMsg_BuffersSwappedACK,
|
| uint32 /* sync_point */)
|
|
|
| // Acknowledge that we presented an ubercomp frame.
|
| -IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_CompositorFrameACK,
|
| +IPC_MESSAGE_ROUTED5(BrowserPluginHostMsg_CompositorFrameACK,
|
| int /* instance_id */,
|
| int /* route_id */,
|
| + uint32 /* output_surface_id */,
|
| int /* renderer_host_id */,
|
| cc::CompositorFrameAck /* ack */)
|
|
|
| @@ -366,10 +367,11 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_BuffersSwapped,
|
| int /* instance_id */,
|
| BrowserPluginMsg_BuffersSwapped_Params)
|
|
|
| -IPC_MESSAGE_CONTROL4(BrowserPluginMsg_CompositorFrameSwapped,
|
| +IPC_MESSAGE_CONTROL5(BrowserPluginMsg_CompositorFrameSwapped,
|
| int /* instance_id */,
|
| cc::CompositorFrame /* frame */,
|
| int /* route_id */,
|
| + uint32 /* output_surface_id */,
|
| int /* renderer_host_id */)
|
|
|
| // When the guest requests permission, the browser process forwards this
|
|
|