Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index 87cb9506a9bdcdc2c1006aed1ed47653f669f4ac..0692297eb2ce32128d112575c05ff20b876eed49 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -95,7 +95,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
Clock* const clock_; |
- mutable rtc::CriticalSection crit_; |
+ rtc::CriticalSection crit_; |
VideoReceiveStream::Stats stats_ GUARDED_BY(crit_); |
RateStatistics decode_fps_estimator_ GUARDED_BY(crit_); |
RateStatistics renders_fps_estimator_ GUARDED_BY(crit_); |