Index: webrtc/call/flexfec_receive_stream_impl.h |
diff --git a/webrtc/call/flexfec_receive_stream_impl.h b/webrtc/call/flexfec_receive_stream_impl.h |
index 36ea623c2e49e7b429991eb45c5150734091a7b1..705182906cd060c6737b4f8ee76a338e4d32b7ca 100644 |
--- a/webrtc/call/flexfec_receive_stream_impl.h |
+++ b/webrtc/call/flexfec_receive_stream_impl.h |
@@ -36,7 +36,8 @@ class FlexfecReceiveStreamImpl : public FlexfecReceiveStream { |
const Config& GetConfig() const { return config_; } |
- bool AddAndProcessReceivedPacket(const RtpPacketReceived& packet); |
+ // TODO(nisse): Intended to be part of an RtpPacketReceiver interface. |
+ void OnRtpPacket(const RtpPacketReceived& packet); |
// Implements FlexfecReceiveStream. |
void Start() override; |