| Index: third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| diff --git a/third_party/WebKit/Source/platform/MemoryCoordinator.h b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| index 939c3cec6217b09231d218a9b5c6be35b0916c90..8e78cbd674868807208e974d76efb2d6119fc25d 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| @@ -22,6 +22,8 @@ class PLATFORM_EXPORT MemoryCoordinatorClient : public GarbageCollectedMixin {
|
| virtual void onMemoryPressure(WebMemoryPressureLevel) {}
|
|
|
| virtual void onMemoryStateChange(MemoryState) {}
|
| +
|
| + virtual void onPurgeMemory() {}
|
| };
|
|
|
| // MemoryCoordinator listens to some events which could be opportunities
|
|
|