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

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

Issue 1329853004: Include viewport visibility checks for autoplay experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@autoplay_step1
Patch Set: Created 5 years, 3 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 e6627a167b6eae2f39ffe4d97a5f91722fce13f0..4038ff9a49ba3e12930ae15090c149e7012a73aa 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -344,4 +344,6 @@
bool setScrollbarVisibilityInScrollableArea(Node node, boolean visible);
void forceRestrictIFramePermissions();
+
+ [TypeChecking=Interface] void triggerAutoplayViewportCheck(HTMLMediaElement mediaElement);
};
« Source/core/html/AutoplayExperimentConfig.h ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698