Index: components/view_manager/gles2/command_buffer_driver.h |
diff --git a/components/view_manager/gles2/command_buffer_driver.h b/components/view_manager/gles2/command_buffer_driver.h |
index 68a1837a8e273a23244c5e4c99b2aafba3f654de..692d9fd5df8b74197d4b71edf7aff0a0577d659e 100644 |
--- a/components/view_manager/gles2/command_buffer_driver.h |
+++ b/components/view_manager/gles2/command_buffer_driver.h |
@@ -106,7 +106,7 @@ class CommandBufferDriver { |
scoped_refptr<gfx::GLSurface> surface_; |
scoped_refptr<gfx::GLShareGroup> share_group_; |
scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_; |
- scoped_refptr<gpu::SyncPointManager> sync_point_manager_; |
+ gpu::SyncPointManager* sync_point_manager_; |
scoped_refptr<base::SingleThreadTaskRunner> context_lost_task_runner_; |
base::Callback<void(int32_t)> context_lost_callback_; |