Index: base/process_util.h |
diff --git a/base/process_util.h b/base/process_util.h |
index 3fb7e2baa95a173f377973e29ca81a11203d47fb..d1f090022f1f43e269d0479a678be729b3561d4e 100644 |
--- a/base/process_util.h |
+++ b/base/process_util.h |
@@ -816,6 +816,10 @@ struct BASE_EXPORT SystemMemoryInfoKB { |
int active_file; |
int inactive_file; |
int shmem; |
+ |
+ // Gem data will be -1 if not supported. |
+ int gem_objects; |
+ int64 gem_size; |
}; |
// Retrieves data from /proc/meminfo about system-wide memory consumption. |
// Fills in the provided |meminfo| structure. Returns true on success. |