Index: content/common/gpu/gpu_memory_manager_client.cc |
diff --git a/content/common/gpu/gpu_memory_manager_client.cc b/content/common/gpu/gpu_memory_manager_client.cc |
index 7c867edd8b2bab73c6b309a71841437055e968ca..00d31f9f765027c8609df61cea2e74ed3fedb164 100644 |
--- a/content/common/gpu/gpu_memory_manager_client.cc |
+++ b/content/common/gpu/gpu_memory_manager_client.cc |
@@ -22,10 +22,10 @@ GpuMemoryManagerClientState::GpuMemoryManagerClientState( |
has_surface_(has_surface), |
visible_(visible), |
list_iterator_valid_(false), |
- bytes_nice_to_have_limit_low_(0), |
- bytes_nice_to_have_limit_high_(0), |
- bytes_budget_when_visible_(0), |
- bytes_budget_when_backgrounded_(0), |
+ bytes_nicetohave_limit_low_(0), |
+ bytes_nicetohave_limit_high_(0), |
+ bytes_allocation_when_visible_(0), |
+ bytes_allocation_when_nonvisible_(0), |
hibernated_(false) { |
} |