Index: content/common/gpu/gpu_messages.h |
=================================================================== |
--- content/common/gpu/gpu_messages.h (revision 90090) |
+++ content/common/gpu/gpu_messages.h (working copy) |
@@ -164,8 +164,7 @@ |
// 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_CONTROL3_1(GpuHostMsg_CreateViewCommandBuffer, |
- gfx::PluginWindowHandle, /* view */ |
+IPC_SYNC_MESSAGE_CONTROL2_1(GpuHostMsg_CreateViewCommandBuffer, |
int32, /* render_view_id */ |
GPUCreateCommandBufferConfig, /* init_params */ |
int32 /* route_id */) |