| Index: gpu/gles2_conform_support/egl/display.cc
|
| ===================================================================
|
| --- gpu/gles2_conform_support/egl/display.cc (revision 89700)
|
| +++ gpu/gles2_conform_support/egl/display.cc (working copy)
|
| @@ -112,7 +112,7 @@
|
| new GpuScheduler(command_buffer_.get(), NULL, NULL));
|
| if (!gpu_scheduler->Initialize(
|
| win, gfx::Size(), gpu::gles2::DisallowedExtensions(), NULL,
|
| - attribs, NULL, 0, NULL))
|
| + attribs, NULL))
|
| return EGL_NO_SURFACE;
|
|
|
| command_buffer_->SetPutOffsetChangeCallback(
|
|
|