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