Index: content/common/gpu/gpu_channel_manager.cc |
diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc |
index c2e9e429d2318711ea5e19e472768e1b446780c3..3d98e58e7292bc3f3cd18a0253dabe647897ca68 100644 |
--- a/content/common/gpu/gpu_channel_manager.cc |
+++ b/content/common/gpu/gpu_channel_manager.cc |
@@ -95,7 +95,7 @@ GpuChannelManager::GpuChannelManager(MessageRouter* router, |
this, |
GpuMemoryManager::kDefaultMaxSurfacesWithFrontbufferSoftLimit), |
watchdog_(watchdog), |
- sync_point_manager_(new gpu::SyncPointManager), |
+ sync_point_manager_(gpu::SyncPointManager::Create(false)), |
gpu_memory_buffer_factory_( |
GpuMemoryBufferFactory::Create(GetGpuMemoryBufferFactoryType())), |
channel_(channel), |