| Index: net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_packets.h b/net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| index ff06a1d37ca97f6f1571166e5894a6a0efc42892..cf0a29719f2b90e7ec0987da1b7b85ce95e1fe47 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_packets.h
|
| @@ -65,7 +65,8 @@ class QUIC_EXPORT_PRIVATE TcpCubicSenderPackets : public TcpCubicSenderBase {
|
| QuicByteCount prior_in_flight) override;
|
| void MaybeIncreaseCwnd(QuicPacketNumber acked_packet_number,
|
| QuicByteCount acked_bytes,
|
| - QuicByteCount prior_in_flight) override;
|
| + QuicByteCount prior_in_flight,
|
| + QuicTime event_time) override;
|
| void HandleRetransmissionTimeout() override;
|
|
|
| private:
|
|
|