| Index: gpu/gles2_conform_support/egl/display.cc
|
| diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
|
| index fad076bd17e290430853245d16aafc8184e4b831..77ac5752b5b9b82bd5a2dcd7bd55a58c7fa20357 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -30,7 +30,7 @@ Display::~Display() {
|
| bool Display::Initialize() {
|
| scoped_ptr<gpu::CommandBufferService> command_buffer(
|
| new gpu::CommandBufferService);
|
| - if (!command_buffer->Initialize(kCommandBufferSize))
|
| + if (!command_buffer->Initialize())
|
| return false;
|
|
|
| int32 transfer_buffer_id =
|
|
|