| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index 9daaa745aa42b61637240400d1247b6577d68f2a..d6ac041d62806801493906b8028fa00a3f41eea5 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -457,7 +457,7 @@ bool GLInProcessContext::Initialize(bool onscreen,
|
| }
|
|
|
| command_buffer_.reset(new CommandBufferService);
|
| - if (!command_buffer_->Initialize(kCommandBufferSize)) {
|
| + if (!command_buffer_->Initialize()) {
|
| LOG(ERROR) << "Could not initialize command buffer.";
|
| Destroy();
|
| return false;
|
|
|