| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| index aa238d1e96ca555121f07884fe7c057998b4511a..013ead4d36ffe4eef6dba47450283f7dd4c69b50 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
|
| @@ -29,6 +29,8 @@ class RemoteBitrateEstimatorSingleStream : public RemoteBitrateEstimator {
|
| Clock* clock);
|
| virtual ~RemoteBitrateEstimatorSingleStream();
|
|
|
| + void IncomingPacketFeedbackVector(
|
| + const std::vector<PacketInfo>& packet_feedback_vector) override;
|
| void IncomingPacket(int64_t arrival_time_ms,
|
| size_t payload_size,
|
| const RTPHeader& header) override;
|
|
|