| Index: content/common/gpu_messages.h
|
| diff --git a/content/common/gpu_messages.h b/content/common/gpu_messages.h
|
| index 4e4d5c75b27315dd1b5b36dcfd74ff977efa714d..80fedac789c62bf9e693a3ff20cdce92d5b3838a 100644
|
| --- a/content/common/gpu_messages.h
|
| +++ b/content/common/gpu_messages.h
|
| @@ -154,7 +154,7 @@ IPC_MESSAGE_CONTROL0(GpuMsg_Synchronize)
|
| // Tells the GPU process to create a new command buffer that renders directly
|
| // to a native view. A corresponding GpuCommandBufferStub is created.
|
| IPC_MESSAGE_CONTROL4(GpuMsg_CreateViewCommandBuffer,
|
| - gfx::PluginWindowHandle, /* view */
|
| + gfx::PluginWindowHandle, /* compositing_surface */
|
| int32, /* render_view_id */
|
| int32, /* renderer_id */
|
| GPUCreateCommandBufferConfig /* init_params */)
|
| @@ -212,7 +212,8 @@ IPC_SYNC_MESSAGE_CONTROL0_0(GpuHostMsg_SynchronizeGpu)
|
|
|
| // A renderer sends this to the browser process when it wants to
|
| // create a GL context associated with the given view_id.
|
| -IPC_SYNC_MESSAGE_CONTROL2_1(GpuHostMsg_CreateViewCommandBuffer,
|
| +IPC_SYNC_MESSAGE_CONTROL3_1(GpuHostMsg_CreateViewCommandBuffer,
|
| + gfx::PluginWindowHandle, /* view */
|
| int32, /* render_view_id */
|
| GPUCreateCommandBufferConfig, /* init_params */
|
| int32 /* route_id */)
|
|
|