| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 26ea09c4c40898511a1d5566120abcf8515601fb..2939a671d10a7d41cd4b81e0128f40ea3821a700 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -142,6 +142,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| SampleCounter quality_downscales_counter_ GUARDED_BY(crit_);
|
| BoolSampleCounter bw_limited_frame_counter_ GUARDED_BY(crit_);
|
| SampleCounter bw_resolutions_disabled_counter_ GUARDED_BY(crit_);
|
| + SampleCounter delay_counter_ GUARDED_BY(crit_);
|
| + SampleCounter max_delay_counter_ GUARDED_BY(crit_);
|
| };
|
|
|
| } // namespace webrtc
|
|
|