| Index: gpu/command_buffer/tests/gl_manager.cc
|
| ===================================================================
|
| --- gpu/command_buffer/tests/gl_manager.cc (revision 132415)
|
| +++ gpu/command_buffer/tests/gl_manager.cc (working copy)
|
| @@ -60,7 +60,7 @@
|
| << "could not create command buffer service";
|
|
|
| decoder_.reset(::gpu::gles2::GLES2Decoder::Create(
|
| - new gles2::ContextGroup(false)));
|
| + new gles2::ContextGroup(NULL, false)));
|
|
|
| gpu_scheduler_.reset(new GpuScheduler(command_buffer_.get(),
|
| decoder_.get(),
|
|
|