Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 68969db68856a1a9e796a6678c82c5e79bdb72b4..0f2abdf38578af99691ca04493cf0a52f1e0c22f 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -334,4 +334,6 @@ |
| bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible); |
| void forceRestrictIFramePermissions(); |
| + |
| + [TypeChecking=Interface] void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement); |
| }; |