diff options
Diffstat (limited to 'content/common/gpu/gpu_memory_manager_client.cc')
-rw-r--r-- | content/common/gpu/gpu_memory_manager_client.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/gpu/gpu_memory_manager_client.cc b/content/common/gpu/gpu_memory_manager_client.cc index 00d31f9..0c2b11f 100644 --- a/content/common/gpu/gpu_memory_manager_client.cc +++ b/content/common/gpu/gpu_memory_manager_client.cc @@ -26,6 +26,9 @@ GpuMemoryManagerClientState::GpuMemoryManagerClientState( 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), hibernated_(false) { } |