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

Unified Diff: third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h

Issue 2110573002: MediaCaptureFromElement: add captureStreamUntilEnded() and LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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.h
diff --git a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
index 177b1e4f4879ab845373e9a712a378981e232718..c32f191875a89849157d07f95f0d651431a97eb2 100644
--- a/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
+++ b/third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.h
@@ -17,6 +17,7 @@ class HTMLMediaElementCapture {
STATIC_ONLY(HTMLMediaElementCapture);
public:
static MediaStream* captureStream(HTMLMediaElement&, ExceptionState&);
+ static MediaStream* captureStreamUntilEnded(HTMLMediaElement&, ExceptionState&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698