| Index: webrtc/modules/audio_mixer/audio_mixer_impl.h
|
| diff --git a/webrtc/modules/audio_mixer/audio_mixer_impl.h b/webrtc/modules/audio_mixer/audio_mixer_impl.h
|
| index 876284fac6b3bedf83f04f133adba4ee9a1b4bb1..e2f55fce400ae76dae5d301e8cd1c26103ee9900 100644
|
| --- a/webrtc/modules/audio_mixer/audio_mixer_impl.h
|
| +++ b/webrtc/modules/audio_mixer/audio_mixer_impl.h
|
| @@ -57,7 +57,7 @@ class AudioMixerImpl : public AudioMixer {
|
|
|
| void Mix(int sample_rate_hz,
|
| size_t number_of_channels,
|
| - AudioFrame* audio_frame_for_mixing) override;
|
| + AudioFrame* audio_frame_for_mixing) override LOCKS_EXCLUDED(crit_);
|
|
|
| // Returns true if the source was mixed last round. Returns
|
| // false and logs an error if the source was never added to the
|
|
|