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

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

Issue 11198018: Move ChannelLayout into media namespace. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: More fixes. 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: content/renderer/media/audio_hardware.cc
diff --git a/content/renderer/media/audio_hardware.cc b/content/renderer/media/audio_hardware.cc
index a7322a0f7456b5447dc6c0fb4e00270485ec23fd..f0ff73668773a1fa2edf9608594913bf9613e531 100644
--- a/content/renderer/media/audio_hardware.cc
+++ b/content/renderer/media/audio_hardware.cc
@@ -8,6 +8,9 @@
#include "content/common/view_messages.h"
#include "content/renderer/render_thread_impl.h"
+using media::ChannelLayout;
+using media::CHANNEL_LAYOUT_NONE;
jam 2012/10/17 15:06:35 nit: here and in other files, why do this? in most
DaleCurtis 2012/10/17 18:51:21 Laziness after a frustrating shave, sorry. Fixed.
+
static int output_sample_rate = 0;
static int input_sample_rate = 0;
static size_t output_buffer_size = 0;

Powered by Google App Engine
This is Rietveld 408576698