| 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 6ee61fb971b072853da56eaa5fd14edaa7642f3f..27316568c85ec4de0cae5867dceec6ed53c885bd 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| @@ -47,10 +47,14 @@ class PLATFORM_EXPORT MemoryCoordinator final
|
| DECLARE_TRACE();
|
|
|
| private:
|
| + friend class Internals;
|
| +
|
| MemoryCoordinator();
|
|
|
| void clearMemory();
|
|
|
| + void setIsLowEndDeviceForTesting(bool);
|
| +
|
| HeapHashSet<WeakMember<MemoryCoordinatorClient>> m_clients;
|
|
|
| bool m_isLowEndDevice;
|
|
|