| 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 7bdad490ea6e8445561226ef1ebef08d93109680..d4cc9bfcd8c21bc1f35eb64b43ea23ca5edd87a1 100644
|
| --- a/content/renderer/gpu/gpu_channel_host.h
|
| +++ b/content/renderer/gpu/gpu_channel_host.h
|
| @@ -76,7 +76,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,
|
|
|