Index: webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
index e56c273fc4ba5e2808abbb3642b419a4c050e299..c1f8dd1466affffb03a1c02cc112fb1254ba8a94 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
@@ -59,7 +59,7 @@ class RemoteBitrateEstimator : public CallStatsObserver, public Module { |
virtual void IncomingPacket(int64_t arrival_time_ms, |
size_t payload_size, |
const RTPHeader& header, |
- bool was_paced) = 0; |
+ int probe_cluster_id) = 0; |
// Removes all data for |ssrc|. |
virtual void RemoveStream(uint32_t ssrc) = 0; |