| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 1e7ab7895a363262bdf447d4a49d2babddece129..7fc6baf2b86bff1e284b4e3212278e2aacdc2ad3 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -84,7 +84,7 @@ class GpuChannel : public IPC::Channel::Listener,
|
|
|
| void CreateViewCommandBuffer(
|
| gfx::PluginWindowHandle window,
|
| - int32 render_view_id,
|
| + int32 surface_id,
|
| const GPUCreateCommandBufferConfig& init_params,
|
| int32* route_id);
|
|
|
|
|