| 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 cf78ae8d9d2ed94310d460b279ca1d39d8fe43a5..cc7dc5e4135fdca0c5d1b76ddb2945a10052e87b 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -359,4 +359,7 @@
|
| [RaisesException] double monotonicTimeToZeroBasedDocumentTime(double platformTime);
|
|
|
| [TypeChecking=Interface] void setMediaElementNetworkState(HTMLMediaElement element, long state);
|
| +
|
| + // TODO(liberato): remove once autoplay gesture override experiment concludes.
|
| + [TypeChecking=Interface] void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement);
|
| };
|
|
|