| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 7a98145fd3d3cbda7665c517c36f27556b823832..ba5b6663966f255609b117f1b9e17b2d19bf1021 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -3088,4 +3088,8 @@ void Internals::crash() {
|
| CHECK(false) << "Intentional crash";
|
| }
|
|
|
| +void Internals::setIsLowEndDevice(bool isLowEndDevice) {
|
| + MemoryCoordinator::setIsLowEndDeviceForTesting(isLowEndDevice);
|
| +}
|
| +
|
| } // namespace blink
|
|
|