Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index a1ff0eb36b90a82f0627f323084f54c4a006291c..879100ab035892cd66e1e2b6a274af521bdc7917 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -108,6 +108,9 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
SampleCounter render_height_counter_ GUARDED_BY(crit_); |
SampleCounter sync_offset_counter_ GUARDED_BY(crit_); |
SampleCounter decode_time_counter_ GUARDED_BY(crit_); |
+ SampleCounter jitter_buffer_delay_counter_ GUARDED_BY(crit_); |
+ SampleCounter target_delay_counter_ GUARDED_BY(crit_); |
+ SampleCounter current_delay_counter_ GUARDED_BY(crit_); |
SampleCounter delay_counter_ GUARDED_BY(crit_); |
ReportBlockStats report_block_stats_ GUARDED_BY(crit_); |
QpCounters qp_counters_; // Only accessed on the decoding thread. |