| 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 14db7734484cd868a4d0afb2fff488b4dfd0a0cb..2eb2ac6f588d27b5891cc40313eedbab0b0557f6 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -95,7 +95,9 @@ void GLManager::Setup(
|
|
|
| if (!context_group) {
|
| context_group = new gles2::ContextGroup(
|
| - mailbox_manager_.get(), kBindGeneratesResource);
|
| + mailbox_manager_.get(),
|
| + kBindGeneratesResource,
|
| + NULL);
|
| }
|
|
|
| decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group));
|
|
|