Chromium Code Reviews| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
| index b64683a17cb8a665bd8ef49e31579d8f46cdf519..67d805d3772bd8643d59edcb6537f495e015bdc4 100644 |
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
| @@ -79,7 +79,7 @@ class RtpReceiverImpl : public RtpReceiver { |
| bool* is_red, |
| PayloadUnion* payload); |
| - void UpdateSources(); |
| + void UpdateSources(rtc::Optional<uint8_t> audio_level); |
| void RemoveOutdatedSources(int64_t now_ms); |
| Clock* clock_; |