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

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

Issue 1689393002: Split flags for media capture from DOM elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: 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 7b72886291787de39470aef72ed950a31d95fea1..ca2cc7437f40cf66e52cf04baf2ff74b2c70ee1d 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.idl
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLCanvasElementCapture.idl
@@ -4,7 +4,7 @@
// https://www.w3.org/TR/mediacapture-fromelement/#html-canvas-element-media-capture-extensions
[
- RuntimeEnabled=MediaCaptureFromElement
+ RuntimeEnabled=MediaCaptureFromCanvas
] partial interface HTMLCanvasElement {
[RaisesException] MediaStream captureStream (optional double frameRate);
};

Powered by Google App Engine
This is Rietveld 408576698