| 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 42fa3ef45aac3bab6592410970ae6ba0e1f3a970..4ff3a4375a6387e807d4555f99eb1e1a0b2c73a6 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -454,7 +454,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;
|
|
|