Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: content/common/gpu/gpu_memory_manager_client.h

Issue 12087078: Add unit tests for nonuniform GPU memmgr policy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up private Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698