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

Unified Diff: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.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/HTMLMediaElementCapture.idl
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.idl b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.idl
index 853a3963a9b3cb19e66071f47d09a478358bb933..059f3d1dc8ddec21771709e164ed36cfa10386f0 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.idl
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/mediacapture-fromelement/#html-media-element-media-capture-extensions
[
- RuntimeEnabled=MediaCaptureFromElement
+ RuntimeEnabled=MediaCaptureFromVideo
] partial interface HTMLMediaElement {
[RaisesException] MediaStream captureStream();
// TODO(mcasas): Implement captureStreamUntilEnded() http://crbug.com/575495.

Powered by Google App Engine
This is Rietveld 408576698