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

Unified Diff: content/renderer/media/audio_renderer_impl.cc

Issue 9805001: Move media/audio files into media namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « content/renderer/media/audio_renderer_impl.h ('k') | content/renderer/media/render_audiosourceprovider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_renderer_impl.cc
diff --git a/content/renderer/media/audio_renderer_impl.cc b/content/renderer/media/audio_renderer_impl.cc
index 112be6393f3608b6d3ad8748f818fa2ae797d801..81d1cc6fae350f3933c62e8433d1e84292e1cdf5 100644
--- a/content/renderer/media/audio_renderer_impl.cc
+++ b/content/renderer/media/audio_renderer_impl.cc
@@ -61,7 +61,7 @@ bool AudioRendererImpl::OnInitialize(int bits_per_channel,
// Please see: http://code.google.com/p/chromium/issues/detail?id=103627
// for more details.
audio_parameters_.Reset(
- AudioParameters::AUDIO_PCM_LINEAR,
+ media::AudioParameters::AUDIO_PCM_LINEAR,
channel_layout, sample_rate, bits_per_channel,
audio_hardware::GetHighLatencyOutputBufferSize(sample_rate));
« no previous file with comments | « content/renderer/media/audio_renderer_impl.h ('k') | content/renderer/media/render_audiosourceprovider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698