Index: net/quic/congestion_control/tcp_cubic_sender_bytes.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender_bytes.h b/net/quic/congestion_control/tcp_cubic_sender_bytes.h |
index c1cffe420a704a27d6a6c617e7c7eb0af5801a0d..d31cc1df1303883859cd29154615551c22d3d436 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender_bytes.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender_bytes.h |
@@ -56,6 +56,7 @@ class NET_EXPORT_PRIVATE TcpCubicSenderBytes : 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, |