| Index: third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/MemoryCoordinator.cpp b/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| index b414dbf4ede1cc83781c9667cf560cc335b3e18a..8dd8a6572cbc586c17eef410f592877017b42426 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
|
| @@ -74,6 +74,12 @@ void MemoryCoordinator::onMemoryStateChange(MemoryState state) {
|
| WTF::Partitions::decommitFreeableMemory();
|
| }
|
|
|
| +void MemoryCoordinator::onPurgeMemory() {
|
| + // TODO(tasak|bashi): Move code from onMemoryStateChange(). Currently
|
| + // onMemoryStateChange() is called when the purge+throttled experiment is
|
| + // enabled.
|
| +}
|
| +
|
| void MemoryCoordinator::clearMemory() {
|
| // Clear the image cache.
|
| // TODO(tasak|bashi): Make ImageDecodingStore and FontCache be
|
|
|