| Index: content/renderer/gpu/gpu_channel_host.h
|
| diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h
|
| index c69e6b7b4b872166c0ac0f736b00a1f57067ec4c..554fe19a144cdab0768e0f257b34928206ee2b77 100644
|
| --- a/content/renderer/gpu/gpu_channel_host.h
|
| +++ b/content/renderer/gpu/gpu_channel_host.h
|
| @@ -84,7 +84,7 @@ class GpuChannelHost : public IPC::Message::Sender,
|
|
|
| // Create and connect to a command buffer in the GPU process.
|
| CommandBufferProxy* CreateViewCommandBuffer(
|
| - int render_view_id,
|
| + int32 surface_id,
|
| CommandBufferProxy* share_group,
|
| const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs,
|
|
|