| Index: webrtc/video/receive_statistics_proxy.h
|
| diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h
|
| index 0d229487b9c80c0f0ae42b929bb3203d991271a5..50422109aa5fb96578d3e1846c28c04aaa512106 100644
|
| --- a/webrtc/video/receive_statistics_proxy.h
|
| +++ b/webrtc/video/receive_statistics_proxy.h
|
| @@ -99,6 +99,7 @@ class ReceiveStatisticsProxy : public ViEDecoderObserver,
|
| rtc::RateTracker render_fps_tracker_total_ GUARDED_BY(crit_);
|
| SampleCounter render_width_counter_ GUARDED_BY(crit_);
|
| SampleCounter render_height_counter_ GUARDED_BY(crit_);
|
| + SampleCounter decode_time_counter_ GUARDED_BY(crit_);
|
| ReportBlockStats report_block_stats_ GUARDED_BY(crit_);
|
| };
|
|
|
|
|