| 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 0aa61c576e6a2fab183781000ee124da85bc1f2e..c5d7579ee18f6c33994ae162d0f7fa58e52d47dd 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| @@ -32,6 +32,7 @@ class PLATFORM_EXPORT MemoryCoordinator final
|
|
|
| public:
|
| static MemoryCoordinator& instance();
|
| + static bool isLowEndDevice();
|
|
|
| void registerClient(MemoryCoordinatorClient*);
|
| void unregisterClient(MemoryCoordinatorClient*);
|
|
|