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 3f603a61a03248132ba69c0b7eb9a535032439d6..60dbd9c2a58bdc7d1ba705bb8de4a1b6ee78ac24 100644 |
--- a/content/common/gpu/gpu_channel_manager.cc |
+++ b/content/common/gpu/gpu_channel_manager.cc |
@@ -56,9 +56,7 @@ GpuChannelManager::GpuChannelManager( |
shutdown_event_(shutdown_event), |
share_group_(new gfx::GLShareGroup), |
mailbox_manager_(gpu::gles2::MailboxManager::Create()), |
- gpu_memory_manager_( |
- this, |
- GpuMemoryManager::kDefaultMaxSurfacesWithFrontbufferSoftLimit), |
+ gpu_memory_manager_(this), |
sync_point_manager_(sync_point_manager), |
sync_point_client_waiter_(new gpu::SyncPointClientWaiter), |
gpu_memory_buffer_factory_(gpu_memory_buffer_factory), |