Index: net/quic/quic_fec_group_interface.h |
diff --git a/net/quic/quic_fec_group_interface.h b/net/quic/quic_fec_group_interface.h |
index 159662ad63ed0858a5076f30db28a6790b9e317b..87914f714b952a50d71b69c3b22474bc30694f5d 100644 |
--- a/net/quic/quic_fec_group_interface.h |
+++ b/net/quic/quic_fec_group_interface.h |
@@ -63,6 +63,9 @@ class NET_EXPORT_PRIVATE QuicFecGroupInterface { |
// Returns the effective encryption level of the FEC group. |
virtual EncryptionLevel EffectiveEncryptionLevel() const = 0; |
+ // Return the FEC group number of this group. |
+ virtual QuicFecGroupNumber FecGroupNumber() const = 0; |
+ |
// An optimized version of running |output| ^= |input|, where ^ is |
// byte-by-byte XOR and both |output| and |input| are of size |size_in_bytes|. |
static void XorBuffers(const char* input, size_t size_in_bytes, char* output); |