Chromium Code Reviews| Index: webrtc/audio/audio_receive_stream.h |
| diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h |
| index c9754afbf51c6d7fec61a659f994fc941a520f1f..3f0d0201a83c6fb0f827ca4e9731c7274addde56 100644 |
| --- a/webrtc/audio/audio_receive_stream.h |
| +++ b/webrtc/audio/audio_receive_stream.h |
| @@ -21,6 +21,7 @@ |
| namespace webrtc { |
| class CongestionController; |
| class RemoteBitrateEstimator; |
| +class RtcEventLog; |
| namespace voe { |
| class ChannelProxy; |
| @@ -51,6 +52,8 @@ class AudioReceiveStream final : public webrtc::AudioReceiveStream { |
| const webrtc::AudioReceiveStream::Config& config() const; |
| + void SetRtcEventLog(webrtc::RtcEventLog* event_log); |
|
the sun
2016/03/03 09:25:12
No need for this - pass it in the ctor instead.
ivoc
2016/03/10 13:15:36
Good point.
|
| + |
| private: |
| VoiceEngine* voice_engine() const; |