| 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 0ef30170b9ab935cbeb0dea007788c8fb66649f3..a31510a282abee1cb06523a73b67a1e721b348e2 100644
|
| --- a/content/common/gpu/gpu_memory_manager_client.cc
|
| +++ b/content/common/gpu/gpu_memory_manager_client.cc
|
| @@ -24,7 +24,6 @@ GpuMemoryManagerClientState::GpuMemoryManagerClientState(
|
| bytes_nicetohave_limit_low_(0),
|
| bytes_nicetohave_limit_high_(0),
|
| bytes_allocation_when_visible_(0),
|
| - bytes_allocation_when_nonvisible_(0),
|
| bytes_allocation_ideal_nicetohave_(0),
|
| bytes_allocation_ideal_required_(0),
|
| bytes_allocation_ideal_minimum_(0),
|
|
|