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

Unified Diff: media/base/rtc_audio_renderer.cc

Issue 11270012: Adding audio support to the new webmediaplyer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added a lock to protect the |renderer_| 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: media/base/rtc_audio_renderer.cc
diff --git a/media/base/audio_renderer.cc b/media/base/rtc_audio_renderer.cc
similarity index 63%
copy from media/base/audio_renderer.cc
copy to media/base/rtc_audio_renderer.cc
index e7b737ece5e1cbbd1f44cd3ebc1b15209ee9169a..a2b64962b901fa68ca18e355ae495e6bec4a7c38 100644
--- a/media/base/audio_renderer.cc
+++ b/media/base/rtc_audio_renderer.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
wjia(left Chromium) 2012/10/24 22:05:15 Is this a newly added file, or a renamed version o
no longer working on chromium 2012/10/25 10:19:41 Yes, it is weird. It is a new file. I copied the a
wjia(left Chromium) 2012/10/25 14:15:05 From WebMediaPlayer point of view, it's audio_play
-#include "media/base/audio_renderer.h"
+#include "media/base/rtc_audio_renderer.h"
namespace media {
-AudioRenderer::AudioRenderer() {}
-AudioRenderer::~AudioRenderer() {}
+RtcAudioRenderer::RtcAudioRenderer() {}
+RtcAudioRenderer::~RtcAudioRenderer() {}
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698