| 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..0aa6aceb37620d9c087c370739d3e483f8a9610d 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(const rtc::Optional<uint8_t>& audio_level);
|
| void RemoveOutdatedSources(int64_t now_ms);
|
|
|
| Clock* clock_;
|
|
|