Chromium Code Reviews| Index: gpu/demos/framework/window.cc | 
| =================================================================== | 
| --- gpu/demos/framework/window.cc (revision 93137) | 
| +++ gpu/demos/framework/window.cc (working copy) | 
| @@ -60,9 +60,7 @@ | 
| } | 
| GpuScheduler* gpu_scheduler( | 
| - GpuScheduler::Create(command_buffer.get(), | 
| - NULL, | 
| - NULL)); | 
| + new GpuScheduler(command_buffer.get(), NULL, NULL)); | 
| if (!gpu_scheduler->Initialize(hwnd, gfx::Size(), | 
| gpu::gles2::DisallowedExtensions(), | 
| NULL, std::vector<int32>(), |