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

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl

Issue 2249763003: Mark HTMLMediaElement media tracks functionality as stable Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated platform/RuntimeEnabledFeatures.in Created 4 years, 4 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: third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
index 13e2b5ea57d958d7579ad1896e378a31b7fee0f2..6c7ea4f6d2e9d524f64f2fae203338d9b40a8feb 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
@@ -51,8 +51,8 @@ enum AppendMode {
// Applies an offset to media segment timestamps.
[RaisesException=Setter] attribute double timestampOffset;
- [RuntimeEnabled=AudioVideoTracks] readonly attribute AudioTrackList audioTracks;
- [RuntimeEnabled=AudioVideoTracks] readonly attribute VideoTrackList videoTracks;
+ readonly attribute AudioTrackList audioTracks;
+ readonly attribute VideoTrackList videoTracks;
// Presentation timestamp for the start of append window.
[RaisesException=Setter] attribute double appendWindowStart;

Powered by Google App Engine
This is Rietveld 408576698