| Index: content/renderer/media/webrtc_local_audio_renderer.h
|
| diff --git a/content/renderer/media/webrtc_local_audio_renderer.h b/content/renderer/media/webrtc_local_audio_renderer.h
|
| index d33c384975002ab70473339e02d6d543f27103b8..acfffda1c81e496f26796204e163ab39786a176a 100644
|
| --- a/content/renderer/media/webrtc_local_audio_renderer.h
|
| +++ b/content/renderer/media/webrtc_local_audio_renderer.h
|
| @@ -27,7 +27,7 @@
|
| namespace media {
|
| class AudioBus;
|
| class AudioShifter;
|
| -class AudioOutputDevice;
|
| +class RestartableAudioOutputDevice;
|
| class AudioParameters;
|
| }
|
|
|
| @@ -133,7 +133,7 @@ class CONTENT_EXPORT WebRtcLocalAudioRenderer
|
| const scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
|
|
| // The sink (destination) for rendered audio.
|
| - scoped_refptr<media::AudioOutputDevice> sink_;
|
| + scoped_refptr<media::RestartableAudioOutputDevice> sink_;
|
|
|
| // This does all the synchronization/resampling/smoothing.
|
| scoped_ptr<media::AudioShifter> audio_shifter_;
|
|
|