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

Unified Diff: third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl

Issue 1505013002: Create CanvasCaptureMediaStreamTrack in a regular MediaStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: perkj@ comments. Created 5 years 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: third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStream.idl b/third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl
similarity index 81%
rename from third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStream.idl
rename to third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl
index e8e5c436b44f283916593ef15851b93d68f32345..d0c0dc6695e6a0b645ef8611b1d1ce36213e396b 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStream.idl
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.idl
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Will be updated.
// https://www.w3.org/TR/mediacapture-fromelement/#the-canvascapturemediastream
hta - Chromium 2015/12/09 07:54:24 The change landed today in http://w3c.github.io/me
emircan 2015/12/10 00:59:25 Thanks, removing the comment.
[
RuntimeEnabled=MediaCaptureFromElement
-] interface CanvasCaptureMediaStream : MediaStream {
+] interface CanvasCaptureMediaStreamTrack : MediaStreamTrack {
readonly attribute HTMLCanvasElement canvas;
void requestFrame ();
};

Powered by Google App Engine
This is Rietveld 408576698