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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 170233009: Initial implementation of AudioTrack, AudioTrackList, VideoTrack, and VideoTrackList. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Created 6 years, 10 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/platform/RuntimeEnabledFeatures.in
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
index ddd70b80ee4f78d4cea1932d0c774bb2f3a70102..0c3b6ee2a1a559a4b620202b96f4e4ac18e92cc3 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -16,6 +16,7 @@
// #if ENABLE(FEATURE) guards. These are deprecated and should all be removed.
ApplicationCache status=stable
+AudioVideoTracks depends_on=Media, status=experimental
AuthorShadowDOMForAnyElement
BeforeLoad status=test

Powered by Google App Engine
This is Rietveld 408576698