Index: net/quic/congestion_control/tcp_cubic_sender_packets.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets.h b/net/quic/congestion_control/tcp_cubic_sender_packets.h |
index 43a23a412518d7b06bc0ca847c880c943134ec09..5a89df836752f1a70830bd4532eb3261cf8b7c92 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender_packets.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender_packets.h |
@@ -58,6 +58,7 @@ class NET_EXPORT_PRIVATE TcpCubicSenderPackets : public TcpCubicSenderBase { |
QuicPacketCount congestion_window) override; |
void ExitSlowstart() override; |
void OnPacketLost(QuicPacketNumber largest_loss, |
+ QuicByteCount lost_bytes, |
QuicByteCount bytes_in_flight) override; |
void MaybeIncreaseCwnd(QuicPacketNumber acked_packet_number, |
QuicByteCount acked_bytes, |