| Index: chrome/renderer/gpu_channel_host.h
|
| diff --git a/chrome/renderer/gpu_channel_host.h b/chrome/renderer/gpu_channel_host.h
|
| index 8f14841d4049a34e4142526d67729117161b145e..e7763f1d236a3c55d247092da588dee23a6d0ee6 100644
|
| --- a/chrome/renderer/gpu_channel_host.h
|
| +++ b/chrome/renderer/gpu_channel_host.h
|
| @@ -65,7 +65,6 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
|
|
| // Create and connect to a command buffer in the GPU process.
|
| CommandBufferProxy* CreateViewCommandBuffer(
|
| - gfx::NativeViewId view,
|
| int render_view_id,
|
| const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs);
|
|
|