Chromium Code Reviews| 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 fe2c68a9ad593089eb71d992f58184592867db0d..de7dc5b6633f09d84ff5a2d907eaed4a00bf61b9 100644 |
| --- a/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl |
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl |
| @@ -37,9 +37,8 @@ |
| [CallWith=ExecutionContext, RaisesException, DeprecateAs=MediaStreamTrackGetSources] static void getSources(MediaStreamTrackSourcesCallback callback); |
| [ImplementedAs=stopTrack, RaisesException] void stop(); |
| [CallWith=ExecutionContext] MediaStreamTrack clone(); |
| - |
| + [RuntimeEnabled=MediaConstraints] MediaTrackConstraints getConstraints(); |
|
Peter Beverloo
2016/04/21 14:11:46
More of a spec issue, but by returning a dictionar
hta - Chromium
2016/04/24 09:58:26
FrozenArray<> isn't a name/value map, though, and
|
| attribute EventHandler onmute; |
| attribute EventHandler onunmute; |
| attribute EventHandler onended; |
| }; |
| - |