diff options
Diffstat (limited to 'content/common/gpu/client/gpu_channel_host.h')
-rw-r--r-- | content/common/gpu/client/gpu_channel_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h index 9aa3673..5efa98d 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); |