| Index: content/common/gpu/gpu_channel_manager.h
|
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
|
| index 913e9ee5d0ee3d233c73828f85c3ebe11e3ebf4c..1bbf93b2f35e66b0dc6fbae6057d94b6e00a5b35 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -93,7 +93,7 @@ class GpuChannelManager : public IPC::Listener,
|
|
|
| GpuChannel* LookupChannel(int32 client_id);
|
|
|
| - SyncPointManager* sync_point_manager() { return sync_point_manager_; }
|
| + SyncPointManager* sync_point_manager() { return sync_point_manager_.get(); }
|
|
|
| gfx::GLSurface* GetDefaultOffscreenSurface();
|
|
|
|
|