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

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

Issue 2768653002: Cleanup: remove someof MediaTrack's stable flags and correct ImageCapture ones (Closed)
Patch Set: 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
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 810313dbf0a87135e8c8eb39ee77a8a7c27a671a..950f06b2a147b06b8fc2b7c731a473ec097b98f3 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl
@@ -51,7 +51,7 @@ enum MediaStreamTrackState {
[ImplementedAs=stopTrack, RaisesException] void stop();
[RuntimeEnabled=MediaTrackCapabilities] MediaTrackCapabilities getCapabilities();
- [RuntimeEnabled=MediaConstraints] MediaTrackConstraints getConstraints();
- [RuntimeEnabled=MediaGetSettings] MediaTrackSettings getSettings();
+ MediaTrackConstraints getConstraints();
+ MediaTrackSettings getSettings();
[RuntimeEnabled=MediaTrackApplyConstraints, CallWith=ScriptState] Promise<void> applyConstraints(optional MediaTrackConstraints constraints);
};

Powered by Google App Engine
This is Rietveld 408576698