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

Unified Diff: webkit/media/media_stream_audio_renderer.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/media/media_stream_audio_renderer.cc
diff --git a/webkit/media/android/webmediaplayer_proxy_android.cc b/webkit/media/media_stream_audio_renderer.cc
similarity index 57%
copy from webkit/media/android/webmediaplayer_proxy_android.cc
copy to webkit/media/media_stream_audio_renderer.cc
index 626fcaf7ce15cfb7a8957e47339eef75d8a38128..9feb538ffeaea0143a7d13cfe4e35e7254645b03 100644
--- a/webkit/media/android/webmediaplayer_proxy_android.cc
+++ b/webkit/media/media_stream_audio_renderer.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/media/android/webmediaplayer_proxy_android.h"
+#include "webkit/media/media_stream_audio_renderer.h"
namespace webkit_media {
-WebMediaPlayerProxyAndroid::~WebMediaPlayerProxyAndroid() {}
+MediaStreamAudioRenderer::MediaStreamAudioRenderer() {}
+MediaStreamAudioRenderer::~MediaStreamAudioRenderer() {}
} // namespace webkit_media

Powered by Google App Engine
This is Rietveld 408576698