| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 4c57e47ac88bb1c9f5fb592178a08b899058c080..f19ab61446661b70190cb9085ded4829083888a2 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -239,7 +239,8 @@ void GpuCommandBufferStub::OnInitialize(
|
| TRACE_EVENT0("gpu", "GpuCommandBufferStub::OnInitialize");
|
| DCHECK(!command_buffer_.get());
|
|
|
| - command_buffer_.reset(new gpu::CommandBufferService);
|
| + command_buffer_.reset(new gpu::CommandBufferService(
|
| + context_group_->transfer_buffer_manager()));
|
|
|
| if (!command_buffer_->Initialize()) {
|
| DLOG(ERROR) << "CommandBufferService failed to initialize.\n";
|
|
|