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

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

Issue 1508023002: Add TimedCanvasDrawListener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spec-change
Patch Set: 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/HTMLCanvasElementCapture.idl
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.idl b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.idl
index 4ade355f015835723c8288cb7b30631b425c7df0..7b72886291787de39470aef72ed950a31d95fea1 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.idl
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.idl
@@ -6,5 +6,5 @@
[
RuntimeEnabled=MediaCaptureFromElement
] partial interface HTMLCanvasElement {
- [RaisesException] MediaStream captureStream ();
+ [RaisesException] MediaStream captureStream (optional double frameRate);
};

Powered by Google App Engine
This is Rietveld 408576698