Index: content/renderer/gpu/gpu_channel_host.cc |
=================================================================== |
--- content/renderer/gpu/gpu_channel_host.cc (revision 89036) |
+++ content/renderer/gpu/gpu_channel_host.cc (working copy) |
@@ -105,7 +105,6 @@ |
} |
CommandBufferProxy* GpuChannelHost::CreateViewCommandBuffer( |
- gfx::PluginWindowHandle compositing_surface, |
int render_view_id, |
const std::string& allowed_extensions, |
const std::vector<int32>& attribs, |
@@ -122,7 +121,7 @@ |
int32 route_id; |
if (!RenderThread::current()->Send( |
new GpuHostMsg_CreateViewCommandBuffer( |
- compositing_surface, render_view_id, init_params, &route_id))) { |
+ render_view_id, init_params, &route_id))) { |
return NULL; |
} |