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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 209223002: Add support for HTMLMediaElement::getStartDate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Place code behind a runtime flag and add LayoutTest. Created 6 years, 7 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 a510451db33dc619127c6f0ea24cfb3b688dec1c..f5a50760efd3899aa1098ae33307e456c0396e6d 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -74,6 +74,7 @@ PrefixedEncryptedMedia status=stable
LocalStorage status=stable
Media status=stable
MediaController depends_on=Media, status=experimental
+MediaTimelineOffset depends_on=Media, status=experimental
MediaQueryParser status=test
MediaSource status=stable
MediaSourceExperimental depends_on=MediaSource, status=experimental

Powered by Google App Engine
This is Rietveld 408576698