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 d7d8d2c8d2e9c37824217bef855642697e08b468..e56c273fc4ba5e2808abbb3642b419a4c050e299 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
@@ -58,7 +58,8 @@ |
// Note that |arrival_time_ms| can be of an arbitrary time base. |
virtual void IncomingPacket(int64_t arrival_time_ms, |
size_t payload_size, |
- const RTPHeader& header) = 0; |
+ const RTPHeader& header, |
+ bool was_paced) = 0; |
// Removes all data for |ssrc|. |
virtual void RemoveStream(uint32_t ssrc) = 0; |