| 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 49db8c83d4a9131876e9ee95bdda20c71a48e0d8..2b5ddb2fc6bd486660e8222350cdc73aa1d321e0 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -319,7 +319,8 @@ void GLManager::InitializeWithCommandLine(
|
| gpu_preferences_, mailbox_manager_.get(), nullptr,
|
| new gpu::gles2::ShaderTranslatorCache(gpu_preferences_),
|
| new gpu::gles2::FramebufferCompletenessCache, feature_info,
|
| - options.bind_generates_resource, options.image_factory, nullptr);
|
| + options.bind_generates_resource, options.image_factory, nullptr,
|
| + GpuFeatureInfo());
|
| }
|
|
|
| decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group));
|
|
|