| 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 821bba1bc55d21f44b1cfda24fb9994147d20554..634a96cc0dea6bb3e29bd664f3d0640d8c3f89db 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -353,4 +353,6 @@
|
| bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
|
|
|
| void forceRestrictIFramePermissions();
|
| +
|
| + [TypeChecking=Interface] void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement);
|
| };
|
|
|