| Index: content/common/gpu/gpu_memory_manager_client.h
|
| diff --git a/content/common/gpu/gpu_memory_manager_client.h b/content/common/gpu/gpu_memory_manager_client.h
|
| index 346451e2dbbf89663a94b2c3d43d88d372818c9d..ca7c002f2914b3f5315a4fc2d07bd40fcefe6996 100644
|
| --- a/content/common/gpu/gpu_memory_manager_client.h
|
| +++ b/content/common/gpu/gpu_memory_manager_client.h
|
| @@ -83,6 +83,7 @@ class CONTENT_EXPORT GpuMemoryManagerClientState {
|
|
|
| // Statistics about memory usage.
|
| GpuManagedMemoryStats managed_memory_stats_;
|
| + bool managed_memory_stats_received_;
|
|
|
| // When managed_memory_stats_.bytes_nicetohave leaves the range
|
| // [low_, high_], then re-adjust memory limits.
|
|
|