| 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 a31510a282abee1cb06523a73b67a1e721b348e2..ec4a99065f0d8b86f8667a2e1a8b25c0ada01bf6 100644
|
| --- a/content/common/gpu/gpu_memory_manager_client.cc
|
| +++ b/content/common/gpu/gpu_memory_manager_client.cc
|
| @@ -20,13 +20,6 @@ GpuMemoryManagerClientState::GpuMemoryManagerClientState(
|
| has_surface_(has_surface),
|
| visible_(visible),
|
| list_iterator_valid_(false),
|
| - managed_memory_stats_received_(false),
|
| - bytes_nicetohave_limit_low_(0),
|
| - bytes_nicetohave_limit_high_(0),
|
| - bytes_allocation_when_visible_(0),
|
| - bytes_allocation_ideal_nicetohave_(0),
|
| - bytes_allocation_ideal_required_(0),
|
| - bytes_allocation_ideal_minimum_(0),
|
| hibernated_(false) {
|
| }
|
|
|
|
|