| Index: gpu/gles2_conform_support/egl/display.h
|
| diff --git a/gpu/gles2_conform_support/egl/display.h b/gpu/gles2_conform_support/egl/display.h
|
| index a16d56838b3ccdcdb93d4d3475d17bdc4f0fe26f..5ca1ba0b2bd4293f9cb2e7835c8653c5095eb1ef 100644
|
| --- a/gpu/gles2_conform_support/egl/display.h
|
| +++ b/gpu/gles2_conform_support/egl/display.h
|
| @@ -12,7 +12,6 @@
|
| #include "gpu/command_buffer/client/gpu_control.h"
|
| #include "gpu/command_buffer/service/command_buffer_service.h"
|
| #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
|
| -#include "gpu/command_buffer/service/gpu_control_service.h"
|
| #include "gpu/command_buffer/service/gpu_scheduler.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gl/gl_context.h"
|
| @@ -105,7 +104,6 @@ class Display : private gpu::GpuControl {
|
| scoped_ptr<gpu::CommandBufferService> command_buffer_;
|
| scoped_ptr<gpu::GpuScheduler> gpu_scheduler_;
|
| scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
|
| - scoped_ptr<gpu::GpuControlService> gpu_control_service_;
|
| scoped_refptr<gfx::GLContext> gl_context_;
|
| scoped_refptr<gfx::GLSurface> gl_surface_;
|
| scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_cmd_helper_;
|
|
|