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

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: changed the GetMaxOutputStreamsAllowed 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
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.

Powered by Google App Engine
This is Rietveld 408576698