| Index: gpu/command_buffer/tests/gl_manager.cc
|
| diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
|
| index 82a01f014b1e48666e20d9f71dfdb9749f1a40bf..4568c53403161ea1b164357bc40499ac1815fd53 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -107,7 +107,6 @@ void GLManager::Initialize(const GLManager::Options& options) {
|
| share_group ? share_group : new gfx::GLShareGroup;
|
|
|
| gfx::GpuPreference gpu_preference(gfx::PreferDiscreteGpu);
|
| - const char* allowed_extensions = "*";
|
| std::vector<int32> attribs;
|
| gles2::ContextCreationAttribHelper attrib_helper;
|
| attrib_helper.red_size_ = 8;
|
| @@ -172,7 +171,6 @@ void GLManager::Initialize(const GLManager::Options& options) {
|
| true,
|
| options.size,
|
| ::gpu::gles2::DisallowedFeatures(),
|
| - allowed_extensions,
|
| attribs)) << "could not initialize decoder";
|
|
|
| command_buffer_->SetPutOffsetChangeCallback(
|
|
|