| 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..0aa61c576e6a2fab183781000ee124da85bc1f2e 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/MemoryCoordinator.h
|
| @@ -42,8 +42,6 @@
|
|
|
| void onMemoryStateChange(MemoryState);
|
|
|
| - bool isLowEndDevice() const { return m_isLowEndDevice; }
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
| @@ -52,8 +50,6 @@
|
| void clearMemory();
|
|
|
| HeapHashSet<WeakMember<MemoryCoordinatorClient>> m_clients;
|
| -
|
| - bool m_isLowEndDevice;
|
| };
|
|
|
| } // namespace blink
|
|
|