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

Unified Diff: media/audio/linux/alsa_input.h

Issue 9570014: Move some generic functions to AudioManagerBase to be inherited by platform-specific AudioManager*** (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and fixed windows compiling 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 | « media/audio/audio_manager_base.cc ('k') | media/audio/linux/alsa_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/linux/alsa_input.h
diff --git a/media/audio/linux/alsa_input.h b/media/audio/linux/alsa_input.h
index 4db2b9a7f426e21d04caa5a837c7c7a28171d9d3..f5f216b511e7a404e4fecc9e9504f429e2728319 100644
--- a/media/audio/linux/alsa_input.h
+++ b/media/audio/linux/alsa_input.h
@@ -34,6 +34,7 @@ class AlsaPcmInputStream : public AudioInputStream {
const std::string& device_name,
const AudioParameters& params,
AlsaWrapper* wrapper);
+
virtual ~AlsaPcmInputStream();
// Implementation of AudioInputStream.
« no previous file with comments | « media/audio/audio_manager_base.cc ('k') | media/audio/linux/alsa_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698