| Index: webrtc/modules/audio_processing/audio_processing_impl.h
|
| diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h
|
| index 37b15c28935f29cb6450f5f5cec3d53fe640f50f..f637e42195e66ce8d759850eb1c5b6969104452f 100644
|
| --- a/webrtc/modules/audio_processing/audio_processing_impl.h
|
| +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
|
| @@ -258,7 +258,9 @@ class AudioProcessingImpl : public AudioProcessing {
|
| void EmptyQueuedRenderAudio();
|
| void AllocateRenderQueue()
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
|
| - void QueueRenderAudio(AudioBuffer* audio)
|
| + void QueueBandedRenderAudio(AudioBuffer* audio)
|
| + EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
|
| + void QueueNonbandedRenderAudio(AudioBuffer* audio)
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_render_);
|
|
|
| // Capture-side exclusive methods possibly running APM in a multi-threaded
|
|
|