diff options
Diffstat (limited to 'content/renderer/gpu_channel_host.cc')
-rw-r--r-- | content/renderer/gpu_channel_host.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/gpu_channel_host.cc b/content/renderer/gpu_channel_host.cc index 97fd549..7630462 100644 --- a/content/renderer/gpu_channel_host.cc +++ b/content/renderer/gpu_channel_host.cc @@ -101,7 +101,6 @@ bool GpuChannelHost::Send(IPC::Message* message) { } CommandBufferProxy* GpuChannelHost::CreateViewCommandBuffer( - gfx::PluginWindowHandle compositing_surface, int render_view_id, const std::string& allowed_extensions, const std::vector<int32>& attribs, @@ -118,7 +117,7 @@ CommandBufferProxy* GpuChannelHost::CreateViewCommandBuffer( 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; } |