| Index: content/public/common/gpu_memory_stats.h
|
| ===================================================================
|
| --- content/public/common/gpu_memory_stats.h (revision 175756)
|
| +++ content/public/common/gpu_memory_stats.h (working copy)
|
| @@ -36,12 +36,6 @@
|
|
|
| // A map of processes to their GPU resource consumption
|
| ProcessMap process_map;
|
| -
|
| - // The total amount of GPU memory allocated at the time of the request.
|
| - size_t bytes_allocated;
|
| -
|
| - // The maximum amount of GPU memory ever allocated at once.
|
| - size_t bytes_allocated_historical_max;
|
| };
|
|
|
| } // namespace content
|
|
|