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

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2753513007: Image Capture: clarify idl flags (Closed)
Patch Set: Exception: Dictionary cannot be RuntimeEnabled: MediaTrackCapabilities Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index 95748be8c1405f113754878c615b681c6556ec32..cc882ac046a5d2cfa022e1c3298ce8bc6990230f 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -541,6 +541,10 @@
name: "MediaGetSettings",
status: "stable",
},
+ {
+ name: "MediaQueryShape",
+ status: "experimental",
+ },
// MediaSession is enabled by default on Android only.
// TODO(rbyers): Add parameter to specify platform.
{
@@ -560,11 +564,12 @@
status: "experimental",
},
{
- name: "MediaQueryShape",
+ name: "MediaStreamTrackContentHint",
status: "experimental",
},
{
- name: "MediaStreamTrackContentHint",
+ name: "MediaTrackCapabilities",
+ implied_by: ["ImageCapture"],
status: "experimental",
},
{
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698