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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.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/MediaTrackSettings.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl b/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
index 2b6dddb5f9a612d68ce9814ee3d0ba7a601e0bc7..6991736b82d71e569a523f84e1ebe8e9b10b998a 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
@@ -37,17 +37,17 @@ dictionary MediaTrackSettings {
// https://w3c.github.io/mediacapture-image/#mediatracksettings-section
// TODO(mcasas) move out when partial dictionaries are supported
// http://crbug.com/579896.
- [RuntimeEnabled=ImageCapture] DOMString whiteBalanceMode;
- [RuntimeEnabled=ImageCapture] DOMString exposureMode;
- [RuntimeEnabled=ImageCapture] DOMString focusMode;
- [RuntimeEnabled=ImageCapture] sequence<Point2D> pointsOfInterest;
- [RuntimeEnabled=ImageCapture] double exposureCompensation;
- [RuntimeEnabled=ImageCapture] double colorTemperature;
- [RuntimeEnabled=ImageCapture] double iso;
- [RuntimeEnabled=ImageCapture] double brightness;
- [RuntimeEnabled=ImageCapture] double contrast;
- [RuntimeEnabled=ImageCapture] double saturation;
- [RuntimeEnabled=ImageCapture] double sharpness;
- [RuntimeEnabled=ImageCapture] double zoom;
- [RuntimeEnabled=ImageCapture] boolean torch;
+ [OriginTrialEnabled=ImageCapture] DOMString whiteBalanceMode;
+ [OriginTrialEnabled=ImageCapture] DOMString exposureMode;
+ [OriginTrialEnabled=ImageCapture] DOMString focusMode;
+ [OriginTrialEnabled=ImageCapture] sequence<Point2D> pointsOfInterest;
+ [OriginTrialEnabled=ImageCapture] double exposureCompensation;
+ [OriginTrialEnabled=ImageCapture] double colorTemperature;
+ [OriginTrialEnabled=ImageCapture] double iso;
+ [OriginTrialEnabled=ImageCapture] double brightness;
+ [OriginTrialEnabled=ImageCapture] double contrast;
+ [OriginTrialEnabled=ImageCapture] double saturation;
+ [OriginTrialEnabled=ImageCapture] double sharpness;
+ [OriginTrialEnabled=ImageCapture] double zoom;
+ [OriginTrialEnabled=ImageCapture] boolean torch;
};

Powered by Google App Engine
This is Rietveld 408576698