Index: trunk/src/media/audio/alsa/alsa_input.h |
=================================================================== |
--- trunk/src/media/audio/alsa/alsa_input.h (revision 277811) |
+++ trunk/src/media/audio/alsa/alsa_input.h (working copy) |
@@ -82,7 +82,6 @@ |
snd_mixer_elem_t* mixer_element_handle_; // Handle to the capture element. |
scoped_ptr<uint8[]> audio_buffer_; // Buffer used for reading audio data. |
bool read_callback_behind_schedule_; |
- scoped_ptr<AudioBus> audio_bus_; |
// NOTE: Weak pointers must be invalidated before all other member variables. |
base::WeakPtrFactory<AlsaPcmInputStream> weak_factory_; |