| Index: components/view_manager/gles2/command_buffer_impl.h
|
| diff --git a/components/view_manager/gles2/command_buffer_impl.h b/components/view_manager/gles2/command_buffer_impl.h
|
| index 2961d949f6ff1b5acdae72917b3560ea46b31527..e43efff7ca64d462b41643a63f925cd492d485d4 100644
|
| --- a/components/view_manager/gles2/command_buffer_impl.h
|
| +++ b/components/view_manager/gles2/command_buffer_impl.h
|
| @@ -75,7 +75,7 @@ class CommandBufferImpl : public mojo::CommandBuffer {
|
|
|
| void OnConnectionError();
|
|
|
| - scoped_refptr<gpu::SyncPointManager> sync_point_manager_;
|
| + gpu::SyncPointManager* sync_point_manager_;
|
| scoped_refptr<base::SingleThreadTaskRunner> driver_task_runner_;
|
| scoped_ptr<CommandBufferDriver> driver_;
|
| mojo::CommandBufferSyncPointClientPtr sync_point_client_;
|
|
|