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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1599533003: MediaCaptureFromElement: add support for audio captureStream(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 64d8beb8ec205f196d5ccc5e01a3102234ffad8b..31929cf9c1fdb6f8e869709a8309e3fa8eb01d88 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -531,7 +531,8 @@ public:
// Fills in the WebMediaStream to capture from the WebMediaPlayer identified
// by the second parameter.
- virtual void createHTMLVideoElementCapturer(WebMediaStream*, WebMediaPlayer*) {}
+ virtual void createHTMLVideoElementCapturer(WebMediaStream*, WebMediaPlayer*) { }
+ virtual void createHTMLAudioElementCapturer(WebMediaStream*, WebMediaPlayer*) { }
// Creates a WebImageCaptureFrameGrabber to take a snapshot of a Video Tracks.
// May return null if the functionality is not available.

Powered by Google App Engine
This is Rietveld 408576698