Index: content/common/gpu/gpu_memory_manager.cc |
diff --git a/content/common/gpu/gpu_memory_manager.cc b/content/common/gpu/gpu_memory_manager.cc |
index 2ccd427a229ab2e8aa16f00058ec58e94cdf01b4..163ebf0b3d6199bf943c0b806650c01a28d725d5 100644 |
--- a/content/common/gpu/gpu_memory_manager.cc |
+++ b/content/common/gpu/gpu_memory_manager.cc |
@@ -104,7 +104,7 @@ void GpuMemoryManager::Manage() { |
const GpuMemoryAllocation all_buffers_allocation( |
kResourceSizeNonHibernatedTab, true, true); |
const GpuMemoryAllocation front_buffers_allocation( |
- kResourceSizeNonHibernatedTab, true, false); |
+ kResourceSizeNonHibernatedTab, false, true); |
const GpuMemoryAllocation no_buffers_allocation( |
kResourceSizeHibernatedTab, false, false); |