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

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

Issue 2007433002: Revert of 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
« no previous file with comments | « third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e272aa2bfb9df36a6b652dd035819a6d6fa2bf02..9924aee260a5716af9cef6b4249e5e8adbefb0f7 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -520,8 +520,7 @@
// Fills in the WebMediaStream to capture from the WebMediaPlayer identified
// by the second parameter.
- virtual void createHTMLVideoElementCapturer(WebMediaStream*, WebMediaPlayer*) { }
- virtual void createHTMLAudioElementCapturer(WebMediaStream*, WebMediaPlayer*) { }
+ virtual void createHTMLVideoElementCapturer(WebMediaStream*, WebMediaPlayer*) {}
// Creates a WebImageCaptureFrameGrabber to take a snapshot of a Video Tracks.
// May return null if the functionality is not available.
« no previous file with comments | « third_party/WebKit/Source/modules/mediacapturefromelement/HTMLMediaElementCapture.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698