| Index: chrome/renderer/gpu_channel_host.h
|
| ===================================================================
|
| --- chrome/renderer/gpu_channel_host.h (revision 54820)
|
| +++ chrome/renderer/gpu_channel_host.h (working copy)
|
| @@ -53,7 +53,8 @@
|
| virtual bool Send(IPC::Message* msg);
|
|
|
| // Create and connect to a command buffer in the GPU process.
|
| - CommandBufferProxy* CreateViewCommandBuffer(gfx::NativeViewId view);
|
| + CommandBufferProxy* CreateViewCommandBuffer(gfx::NativeViewId view,
|
| + int render_view_id);
|
|
|
| // Create and connect to a command buffer in the GPU process.
|
| CommandBufferProxy* CreateOffscreenCommandBuffer(CommandBufferProxy* parent,
|
|
|