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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl

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 | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
index 8e1b0cb99330bda18bd359a8e46bf3d07314809f..1ff409cfac8394974adbe494253b7741fb8ce265 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
@@ -50,7 +50,7 @@ enum MediaStreamTrackState {
[CallWith=ScriptState] MediaStreamTrack clone();
[ImplementedAs=stopTrack, RaisesException] void stop();
- [RuntimeEnabled=ImageCapture] MediaTrackCapabilities getCapabilities();
+ [RuntimeEnabled=MediaTrackCapabilities] MediaTrackCapabilities getCapabilities();
[RuntimeEnabled=MediaConstraints] MediaTrackConstraints getConstraints();
[RuntimeEnabled=MediaGetSettings] MediaTrackSettings getSettings();
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698