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

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

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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/WindowMediaStream.idl
diff --git a/Source/modules/mediastream/WindowMediaStream.idl b/Source/modules/mediastream/WindowMediaStream.idl
index fb06a6a22e1f2e25fbe52f6c3ad9b11a4b12cc61..2d11dbe3ccdbead5a19b45cf7f3f9a0d99816895 100644
--- a/Source/modules/mediastream/WindowMediaStream.idl
+++ b/Source/modules/mediastream/WindowMediaStream.idl
@@ -6,6 +6,7 @@
ImplementedAs=DOMWindowMediaStream,
] partial interface Window {
attribute MediaStreamConstructor webkitMediaStream;
+ [RuntimeEnabled=MediaRecorder] attribute MediaRecorderConstructor webkitMediaRecorder;
attribute RTCPeerConnectionConstructor webkitRTCPeerConnection;
};

Powered by Google App Engine
This is Rietveld 408576698