| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index 3a1bc267d2615553ef743dfe2fafa9f45c8ee281..b12297ebce58702df650e36b295887d98dfb262c 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;
|
| + long long gem_size;
|
| };
|
| // Retrieves data from /proc/meminfo about system-wide memory consumption.
|
| // Fills in the provided |meminfo| structure. Returns true on success.
|
|
|