| Index: content/renderer/gpu_channel_host.h
|
| diff --git a/content/renderer/gpu_channel_host.h b/content/renderer/gpu_channel_host.h
|
| index fa1d60dcec9c42cc2fafbbbb89d1be5ff91a50aa..4e508816e5fe14051ac3bc4dbc4f1c6c09a5867c 100644
|
| --- a/content/renderer/gpu_channel_host.h
|
| +++ b/content/renderer/gpu_channel_host.h
|
| @@ -67,6 +67,7 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
|
|
| // Create and connect to a command buffer in the GPU process.
|
| CommandBufferProxy* CreateViewCommandBuffer(
|
| + gfx::PluginWindowHandle compositing_surface,
|
| int render_view_id,
|
| const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs,
|
|
|