| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index a0fc9fb9a26c4d3fd0c56389f24b67688a305dd4..808b3649118e5e24c26a770104c9a20a32ce8d6a 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -530,6 +530,9 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
|
| // Intentional crash.
|
| void crash();
|
|
|
| + // Overrides if the device is low-end (low on memory).
|
| + void setIsLowEndDevice(bool);
|
| +
|
| private:
|
| explicit Internals(ExecutionContext*);
|
| Document* contextDocument() const;
|
|
|