| 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 aab881d3005dbd38c7941d00edd069f24d7b248c..7db4c10612848a44a135ad7cec4463e48f39b158 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -79,6 +79,7 @@ void GLManager::Initialize(const gfx::Size& size) {
|
| ASSERT_TRUE(decoder_->Initialize(
|
| surface_.get(),
|
| context_.get(),
|
| + true,
|
| size,
|
| ::gpu::gles2::DisallowedFeatures(),
|
| allowed_extensions,
|
|
|