| 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 59b34b80a12e47de86a1b15b05efb003fca0f160..61f5c79ea16f05cd9154dcf67dd19a81cc81bcfa 100644
|
| --- a/gpu/gles2_conform_support/egl/display.cc
|
| +++ b/gpu/gles2_conform_support/egl/display.cc
|
| @@ -169,8 +169,6 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
|
| return EGL_NO_SURFACE;
|
| }
|
|
|
| - gpu_control_service_.reset(new gpu::GpuControlService(NULL, NULL));
|
| -
|
| command_buffer->SetPutOffsetChangeCallback(
|
| base::Bind(&gpu::GpuScheduler::PutChanged,
|
| base::Unretained(gpu_scheduler_.get())));
|
|
|