Chromium Code Reviews| Index: gpu/demos/framework/window.cc |
| =================================================================== |
| --- gpu/demos/framework/window.cc (revision 113254) |
| +++ gpu/demos/framework/window.cc (working copy) |
| @@ -54,7 +54,7 @@ |
| bool Window::CreateRenderContext(gfx::PluginWindowHandle hwnd) { |
| command_buffer_.reset(new CommandBufferService); |
| - if (!command_buffer_->Initialize()) { |
| + if (!command_buffer_->Initialize(kCommandBufferSize)) { |
| return false; |
| } |