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 dc692028d53ebbadc8b34e706de500287341ecc4..df27be3d1f4299e0d86f32f08c835ef0ded3ce3a 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.idl |
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl |
| @@ -359,4 +359,6 @@ |
| void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement); |
| int getScrollAnimationState(Node node); |
| + |
| + DOMString getProgrammaticScrollAnimationState(Node node); |
| }; |