| 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 18c9727581fb9b6aa3ac9b09fc1e898673cef4f7..928d5fd2245b9c501d4eb626378d9aca0e328af5 100644
 | 
| --- a/gpu/gles2_conform_support/egl/display.cc
 | 
| +++ b/gpu/gles2_conform_support/egl/display.cc
 | 
| @@ -32,7 +32,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 =
 | 
| 
 |