Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (revision 113254) |
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (working copy) |
@@ -457,7 +457,7 @@ |
} |
command_buffer_.reset(new CommandBufferService); |
- if (!command_buffer_->Initialize()) { |
+ if (!command_buffer_->Initialize(kCommandBufferSize)) { |
LOG(ERROR) << "Could not initialize command buffer."; |
Destroy(); |
return false; |