Index: webrtc/video/send_statistics_proxy.h |
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h |
index f4c3f5ae00d3936b8710ed99c3578187f804addc..dfed5ebdd179f1e84a96a49a0d9864f234f80bed 100644 |
--- a/webrtc/video/send_statistics_proxy.h |
+++ b/webrtc/video/send_statistics_proxy.h |
@@ -24,6 +24,7 @@ |
#include "webrtc/modules/video_coding/include/video_coding_defines.h" |
#include "webrtc/system_wrappers/include/clock.h" |
#include "webrtc/video/overuse_frame_detector.h" |
+#include "webrtc/video/report_block_stats.h" |
#include "webrtc/video/vie_encoder.h" |
#include "webrtc/video_send_stream.h" |
@@ -164,6 +165,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver, |
SampleCounter max_delay_counter_; |
rtc::RateTracker input_frame_rate_tracker_; |
rtc::RateTracker sent_frame_rate_tracker_; |
+ int64_t first_rtcp_stats_time_ms_; |
+ ReportBlockStats report_block_stats_; |
}; |
rtc::scoped_ptr<UmaSamplesContainer> uma_container_ GUARDED_BY(crit_); |