| Index: net/quic/congestion_control/loss_detection_interface.h
|
| diff --git a/net/quic/congestion_control/loss_detection_interface.h b/net/quic/congestion_control/loss_detection_interface.h
|
| index f9ec428e10f2d050fadf20b4d135009ad4dcb5ee..c1545cace42b58ecc81799801766827f103db27f 100644
|
| --- a/net/quic/congestion_control/loss_detection_interface.h
|
| +++ b/net/quic/congestion_control/loss_detection_interface.h
|
| @@ -27,7 +27,8 @@ class NET_EXPORT_PRIVATE LossDetectionInterface {
|
| const QuicUnackedPacketMap& unacked_packets,
|
| const QuicTime& time,
|
| QuicPacketSequenceNumber largest_observed,
|
| - QuicTime::Delta srtt) = 0;
|
| + QuicTime::Delta srtt,
|
| + QuicTime::Delta latest_rtt) = 0;
|
|
|
| // Get the time the LossDetectionAlgorithm wants to re-evaluate losses.
|
| // Returns QuicTime::Zero if no alarm needs to be set.
|
|
|