| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index 9aa3673bc73728497291ba0837d58c5207a06a06..5efa98dab4535f915504cab96d4a5a2be6149f39 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -109,7 +109,6 @@ class GpuChannelHost : public IPC::Sender,
|
| CommandBufferProxyImpl* CreateViewCommandBuffer(
|
| int32 surface_id,
|
| CommandBufferProxyImpl* share_group,
|
| - const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs,
|
| const GURL& active_url,
|
| gfx::GpuPreference gpu_preference);
|
| @@ -118,7 +117,6 @@ class GpuChannelHost : public IPC::Sender,
|
| CommandBufferProxyImpl* CreateOffscreenCommandBuffer(
|
| const gfx::Size& size,
|
| CommandBufferProxyImpl* share_group,
|
| - const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs,
|
| const GURL& active_url,
|
| gfx::GpuPreference gpu_preference);
|
|
|