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

Unified Diff: third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | third_party/WebCore/Modules/mediastream/RTCStatsCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
diff --git a/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl b/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
index bc4390f546e2eb63a165db4ae17455e715825d74..56df47ac521f3da0a9979c59ada93dd26146dbdf 100644
--- a/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
+++ b/third_party/WebCore/Modules/mediastream/RTCPeerConnection.idl
@@ -72,6 +72,8 @@ module mediastream {
[StrictTypeChecking] void removeStream(in MediaStream stream)
raises(DOMException);
+ void getStats(in [Callback] RTCStatsCallback successCallback, in [Optional=DefaultIsUndefined] MediaStreamTrack selector);
+
void close()
raises(DOMException);
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | third_party/WebCore/Modules/mediastream/RTCStatsCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698