| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 6e4cd884586bd99656872acbad475a83a9d60369..214cb97b7ee3c823f27ed4bcb85589811fb15968 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -252,7 +252,7 @@ class GpuCommandBufferStub
|
| scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
|
| scoped_ptr<gpu::GpuScheduler> scheduler_;
|
| scoped_refptr<gfx::GLSurface> surface_;
|
| - scoped_ptr<gpu::GpuControlService> gpu_control_;
|
| + scoped_ptr<gpu::GpuControlService> gpu_control_service_;
|
|
|
| scoped_ptr<GpuMemoryManagerClientState> memory_manager_client_state_;
|
| // The last memory allocation received from the GpuMemoryManager (used to
|
|
|