| Index: gpu/gles2_conform_support/egl/display.cc
|
| ===================================================================
|
| --- gpu/gles2_conform_support/egl/display.cc (revision 113254)
|
| +++ gpu/gles2_conform_support/egl/display.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
| bool Display::Initialize() {
|
| scoped_ptr<gpu::CommandBufferService> command_buffer(
|
| new gpu::CommandBufferService);
|
| - if (!command_buffer->Initialize())
|
| + if (!command_buffer->Initialize(kCommandBufferSize))
|
| return false;
|
|
|
| int32 transfer_buffer_id =
|
|
|