| 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 bb2ab3fa3c758757875fe409c239372aaaaec73e..939c3cec6217b09231d218a9b5c6be35b0916c90 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| @@ -51,6 +51,8 @@ class PLATFORM_EXPORT MemoryCoordinator final
|
|
|
| void onMemoryStateChange(MemoryState);
|
|
|
| + void onPurgeMemory();
|
| +
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|