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

Side by Side Diff: Source/modules/mediastream/WindowMediaStream.idl

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: esprehn@ comments Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 ImplementedAs=DOMWindowMediaStream, 6 ImplementedAs=DOMWindowMediaStream,
7 ] partial interface Window { 7 ] partial interface Window {
8 attribute MediaStreamConstructor webkitMediaStream; 8 attribute MediaStreamConstructor webkitMediaStream;
9 [RuntimeEnabled=MediaRecorder] attribute MediaRecorderConstructor webkitMedi aRecorder;
mlamouri (slow - plz ping) 2015/08/13 13:31:47 Why do we add prefixed methods?
mcasas 2015/08/13 18:42:17 Hmmm I guess this was a legacy of the webkitGetUse
9 10
10 attribute RTCPeerConnectionConstructor webkitRTCPeerConnection; 11 attribute RTCPeerConnectionConstructor webkitRTCPeerConnection;
11 }; 12 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698