| Index: webrtc/audio/audio_receive_stream.h
|
| diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
|
| index 82c642a13708490afdaf4f90456a575e4d87cc00..e6416cd9a35d9a4cc0451d8846592acc041252e8 100644
|
| --- a/webrtc/audio/audio_receive_stream.h
|
| +++ b/webrtc/audio/audio_receive_stream.h
|
| @@ -55,7 +55,8 @@ class AudioReceiveStream final : public webrtc::AudioReceiveStream,
|
| const webrtc::AudioReceiveStream::Config& config() const;
|
|
|
| // AudioMixer::Source
|
| - AudioFrameWithInfo GetAudioFrameWithInfo(int sample_rate_hz) override;
|
| + AudioFrameInfo GetAudioFrameWithInfo(int sample_rate_hz,
|
| + AudioFrame* audio_frame) override;
|
| int Ssrc() override;
|
|
|
| private:
|
|
|