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..9a6841c475dfa0120b7be44498c8cdce89a479b5 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -108,6 +108,8 @@ 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 delay_counter_ GUARDED_BY(crit_); |
ReportBlockStats report_block_stats_ GUARDED_BY(crit_); |
QpCounters qp_counters_; // Only accessed on the decoding thread. |