| Index: mojo/services/gles2/command_buffer_impl.h
|
| diff --git a/mojo/services/gles2/command_buffer_impl.h b/mojo/services/gles2/command_buffer_impl.h
|
| index f010388a83c4e240e6410e488fc319815849cfc9..090a7f6018b87fda252f07565dec667b474d0287 100644
|
| --- a/mojo/services/gles2/command_buffer_impl.h
|
| +++ b/mojo/services/gles2/command_buffer_impl.h
|
| @@ -66,7 +66,6 @@ class CommandBufferImpl : public InterfaceImpl<CommandBuffer> {
|
| scoped_ptr<gpu::CommandBufferService> command_buffer_;
|
| scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
|
| scoped_ptr<gpu::GpuScheduler> scheduler_;
|
| - scoped_ptr<gpu::GpuControlService> gpu_control_;
|
| scoped_refptr<gfx::GLSurface> surface_;
|
| base::RepeatingTimer<CommandBufferImpl> timer_;
|
|
|
|
|