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

Unified Diff: Modules/mediastream/RTCPeerConnection.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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: Modules/mediastream/RTCPeerConnection.idl
diff --git a/Modules/mediastream/RTCPeerConnection.idl b/Modules/mediastream/RTCPeerConnection.idl
index 0553b8920e04d7fdf089d8b3d169d901a1e82774..bc9708c2af5bf997748ce6bcdbc470f371295115 100644
--- a/Modules/mediastream/RTCPeerConnection.idl
+++ b/Modules/mediastream/RTCPeerConnection.idl
@@ -68,6 +68,7 @@
sequence<MediaStream> getLocalStreams();
sequence<MediaStream> getRemoteStreams();
+ MediaStream getStreamById(DOMString streamId);
[StrictTypeChecking] void addStream(in MediaStream stream, in [Optional] Dictionary mediaConstraints)
raises(DOMException);

Powered by Google App Engine
This is Rietveld 408576698