Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: Source/core/testing/Internals.idl

Issue 1179223002: Implement autoplay gesture override experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 8e07e1cfac8668a5cc3be1f72e0269d85294ccb9..e2de95c2c1a27d4f0559793e18bb3e5723671b5b 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -332,4 +332,6 @@
// Returns whether the scrollbar was able to be shown or hidden; not all platforms
// support overlay scrollbars.
bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
+
+ [TypeChecking=Interface] void triggerAutoplayVisibilityCheck(HTMLMediaElement mediaElement);
};

Powered by Google App Engine
This is Rietveld 408576698