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

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

Issue 1977513004: Adds multiple forms of MediaStreamTrack constraints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Tommi's comments Created 4 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: third_party/WebKit/Source/modules/mediastream/ConstrainDOMStringParameters.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/ConstrainDOMStringParameters.idl b/third_party/WebKit/Source/modules/mediastream/ConstrainDOMStringParameters.idl
index 93bc42eed572e9a847640e0a14cbefbf6ead6cad..35e4a8fec3de7045b20e9a81895fa63ec0298690 100644
--- a/third_party/WebKit/Source/modules/mediastream/ConstrainDOMStringParameters.idl
+++ b/third_party/WebKit/Source/modules/mediastream/ConstrainDOMStringParameters.idl
@@ -5,10 +5,6 @@
// https://w3c.github.io/mediacapture-main/getusermedia.html#idl-def-ConstrainLongRange
dictionary ConstrainDOMStringParameters {
- sequence<DOMString> exact;
- sequence<DOMString> ideal;
- // The spec says that the members should be:
- // (DOMString or sequence<DOMString>) exact;
- // (DOMString or sequence<DOMString>) ideal;
- // This is blocked on https://crbug.com/524424
+ (DOMString or sequence<DOMString>) exact;
+ (DOMString or sequence<DOMString>) ideal;
};

Powered by Google App Engine
This is Rietveld 408576698