| Index: gpu/gles2_conform_support/egl/display.cc
 | 
| ===================================================================
 | 
| --- gpu/gles2_conform_support/egl/display.cc	(revision 93137)
 | 
| +++ gpu/gles2_conform_support/egl/display.cc	(working copy)
 | 
| @@ -109,9 +109,7 @@
 | 
|    using gpu::GpuScheduler;
 | 
|    std::vector<int32> attribs;
 | 
|    scoped_ptr<GpuScheduler> gpu_scheduler(
 | 
| -      GpuScheduler::Create(command_buffer_.get(),
 | 
| -                           NULL,
 | 
| -                           NULL));
 | 
| +      new GpuScheduler(command_buffer_.get(), NULL, NULL));
 | 
|    if (!gpu_scheduler->Initialize(
 | 
|        win, gfx::Size(), gpu::gles2::DisallowedExtensions(), NULL,
 | 
|        attribs, NULL))
 | 
| 
 |