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

Unified Diff: webkit/support/test_media_stream_client.cc

Issue 11270012: Adding audio support to the new webmediaplyer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed the nits from Andrew and fixed the chromeOS testbot error Created 8 years, 2 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: webkit/support/test_media_stream_client.cc
diff --git a/webkit/support/test_media_stream_client.cc b/webkit/support/test_media_stream_client.cc
index 70bb8cb6fde21cd446b5f2c098234dfc90dda8b5..5633120ac72ac7d3975993caf104071ecc94d5e4 100644
--- a/webkit/support/test_media_stream_client.cc
+++ b/webkit/support/test_media_stream_client.cc
@@ -12,6 +12,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebMediaStreamComponent.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebMediaStreamDescriptor.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
+#include "webkit/media/media_stream_audio_renderer.h"
#include "webkit/media/simple_video_frame_provider.h"
using namespace WebKit;
@@ -73,4 +74,9 @@ scoped_refptr<media::VideoDecoder> TestMediaStreamClient::GetVideoDecoder(
base::TimeDelta::FromMilliseconds(kVideoCaptureFrameDurationMs));
}
+scoped_refptr<webkit_media::MediaStreamAudioRenderer>
+TestMediaStreamClient::GetAudioRenderer(const GURL& url) {
+ return NULL;
+}
+
} // namespace webkit_support
« content/renderer/media/webrtc_audio_renderer.h ('K') | « webkit/support/test_media_stream_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698