| Index: webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| index d26ea8b65757ad79cbf732243103c047f6110f51..b3bbcfcb6890e0d9771e757e9157cff20d4b5445 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| @@ -26,12 +26,8 @@ class SendTimeHistory {
|
| SendTimeHistory(const Clock* clock, int64_t packet_age_limit_ms);
|
| ~SendTimeHistory();
|
|
|
| - void Clear();
|
| -
|
| // Cleanup old entries, then add new packet info with provided parameters.
|
| - void AddAndRemoveOld(uint16_t sequence_number,
|
| - size_t payload_size,
|
| - const PacedPacketInfo& pacing_info);
|
| + void AddAndRemoveOld(const PacketFeedback& packet);
|
|
|
| // Updates packet info identified by |sequence_number| with |send_time_ms|.
|
| // Return false if not found.
|
|
|