| Index: content/common/gpu/gpu_channel.cc
|
| diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
|
| index 30788877cccaa01d1b826ed1bc652439035e45f2..1876250144df82efd1e425a62708c1c485c85f28 100644
|
| --- a/content/common/gpu/gpu_channel.cc
|
| +++ b/content/common/gpu/gpu_channel.cc
|
| @@ -638,7 +638,6 @@ void GpuChannel::CreateViewCommandBuffer(
|
| image_manager_.get(),
|
| gfx::Size(),
|
| disallowed_features_,
|
| - init_params.allowed_extensions,
|
| init_params.attribs,
|
| init_params.gpu_preference,
|
| use_virtualized_gl_context,
|
| @@ -868,7 +867,6 @@ void GpuChannel::OnCreateOffscreenCommandBuffer(
|
| image_manager_.get(),
|
| size,
|
| disallowed_features_,
|
| - init_params.allowed_extensions,
|
| init_params.attribs,
|
| init_params.gpu_preference,
|
| false,
|
|
|