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

Side by Side Diff: third_party/WebKit/Source/modules/mediastream/MediaTrackConstraintSet.idl

Issue 1318393002: Refactor "track options" to be a dictionary. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Used MediaTrackConstraintSet in union types Created 5 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
Peter Beverloo 2015/10/05 13:49:09 micro nit: Please link to the spec: // https://w3
hta - Chromium 2015/10/05 21:28:06 Done.
5 dictionary MediaTrackConstraintSet {
6 // The "mandatory" and "optional" members are retained for conformance
7 // with http://www.w3.org/TR/2013/WD-mediacapture-streams-20130903/
8 // Next line doesn't compile - crbug/524357
Peter Beverloo 2015/10/05 13:49:09 What does "Next line doesn't compile" mean? Try-bo
hta - Chromium 2015/10/05 21:28:06 That I'd forgotten to remove the comment :-( (emba
9 Dictionary mandatory;
10 sequence<Dictionary> _optional;
11 DOMString foobar;
Peter Beverloo 2015/10/05 13:49:09 Please remove this line.
hta - Chromium 2015/10/05 21:28:06 Done.
12 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698