Chromium Code Reviews| Index: third_party/WebKit/Source/core/testing/Internals.idl |
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
| index 06362a23616687ab1d5b98602e5d11c8631e4523..5a5ef22c435f51cbadc7f3a4c524cad37071b64f 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.idl |
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl |
| @@ -362,4 +362,6 @@ |
| OriginTrialsTest originTrialsTest(); |
| void crash(); |
| + |
| + void setIsLowEndDevice(boolean isLowEndDevice); |
| }; |