| 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 c5f70877703c8fb7d519bcd6eb18cf97274e0132..ebf77a1c58ff9d1cc3f3f79a7cbf543b1dd15bb1 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.cc
|
| +++ b/gpu/command_buffer/tests/gl_manager.cc
|
| @@ -214,7 +214,9 @@ void GLManager::InitializeWithCommandLine(const GLManager::Options& options,
|
| decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group));
|
|
|
| command_buffer_.reset(new CommandBufferService(
|
| - decoder_->GetContextGroup()->transfer_buffer_manager()));
|
| + decoder_->GetContextGroup()->transfer_buffer_manager(),
|
| + kCommandBufferNamespace_InProcess,
|
| + 0));
|
| ASSERT_TRUE(command_buffer_->Initialize())
|
| << "could not create command buffer service";
|
|
|
|
|