| Index: webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h b/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h
|
| index 6da8334da6e9fa564cb422d8d77c5d731ce7d62e..025dcd42c7a6d4b0ccd017efec04c951a3fbeb26 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h
|
| @@ -112,7 +112,7 @@
|
| void SetMaxReorderingThreshold(int max_reordering_threshold) override;
|
|
|
| // Implement Module.
|
| - void Process() override;
|
| + int32_t Process() override;
|
| int64_t TimeUntilNextProcess() override;
|
|
|
| void RegisterRtcpStatisticsCallback(
|
|
|