Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
index b003d4538cbe23ee851a128e8fdcdee57e2f7de2..1f95f654eb5f00329e42836b49d95ed4ee8d69f6 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc |
@@ -61,7 +61,7 @@ void FullBweSender::GiveFeedback(const FeedbackPacket& feedback) { |
int64_t rtt_ms = |
clock_->TimeInMilliseconds() - feedback.latest_send_time_ms(); |
- rbe_->OnRttUpdate(rtt_ms); |
+ rbe_->OnRttUpdate(rtt_ms, rtt_ms); |
BWE_TEST_LOGGING_PLOT(1, "RTT", clock_->TimeInMilliseconds(), rtt_ms); |
rbe_->IncomingPacketFeedbackVector(packet_feedback_vector); |