| Index: net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| diff --git a/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h b/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| index 7813b2bd6a39aefd01baf2d4628d5b7aae5598bd..d49543f71a9ea6a774467a8c4f74651df8255dd2 100644
|
| --- a/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| +++ b/net/quic/core/congestion_control/tcp_cubic_sender_bytes.h
|
| @@ -63,7 +63,8 @@ class QUIC_EXPORT_PRIVATE TcpCubicSenderBytes : 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:
|
|
|