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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.idl

Issue 15796004: [MediaStream API] Adding MediaStreamTrack::getSourceInfos (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/modules/mediastream/MediaStreamTrack.idl
diff --git a/Source/modules/mediastream/MediaStreamTrack.idl b/Source/modules/mediastream/MediaStreamTrack.idl
index 6710c70208f135d64e7413aded94e30734c1b7cc..86c3b5f35a573cd571b13dc9dec64310e33c4d45 100644
--- a/Source/modules/mediastream/MediaStreamTrack.idl
+++ b/Source/modules/mediastream/MediaStreamTrack.idl
@@ -38,6 +38,8 @@
attribute EventListener onunmute;
attribute EventListener onended;
+ [CallWith=ScriptExecutionContext, RaisesException] static sequence<SourceInfo> getSourceInfos();
abarth-chromium 2013/05/24 16:53:50 Is this really how this is defined in the spec?
Tommy Widenflycht 2013/05/27 14:17:50 yes (or will be as soon as the next editors draft
+
// EventTarget interface
void addEventListener(DOMString type,
EventListener listener,

Powered by Google App Engine
This is Rietveld 408576698