| Index: content/common/host_discardable_shared_memory_manager.h
|
| diff --git a/content/common/host_discardable_shared_memory_manager.h b/content/common/host_discardable_shared_memory_manager.h
|
| index 90c90938ceed8a705141276995348cd34ac898a6..59a939a0297718df1f44cc4455fd68a962016a4d 100644
|
| --- a/content/common/host_discardable_shared_memory_manager.h
|
| +++ b/content/common/host_discardable_shared_memory_manager.h
|
| @@ -136,6 +136,7 @@ class CONTENT_EXPORT HostDiscardableSharedMemoryManager
|
| // a heap. The LRU memory segment always first.
|
| typedef std::vector<scoped_refptr<MemorySegment>> MemorySegmentVector;
|
| MemorySegmentVector segments_;
|
| + size_t default_memory_limit_;
|
| size_t memory_limit_;
|
| size_t bytes_allocated_;
|
| std::unique_ptr<base::MemoryPressureListener> memory_pressure_listener_;
|
|
|