| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index 188bd9b7435d6d8e8ebd9a22ce5d15b421f48852..f1af35913791fc6fee67da06ab7a109632b3a422 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -128,11 +128,12 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
| uint16_t sequence_number,
|
| int64_t capture_time_ms,
|
| bool retransmission,
|
| - int probe_cluster_id) override;
|
| + const PacedPacketInfo& pacing_info) override;
|
|
|
| // Returns the number of padding bytes actually sent, which can be more or
|
| // less than |bytes|.
|
| - size_t TimeToSendPadding(size_t bytes, int probe_cluster_id) override;
|
| + size_t TimeToSendPadding(size_t bytes,
|
| + const PacedPacketInfo& pacing_info) override;
|
|
|
| // RTCP part.
|
|
|
|
|