| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 7f6df06ad8efcdb8539fa353a9b6d9fe561f5043..f4c3f5ae00d3936b8710ed99c3578187f804addc 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -131,7 +131,7 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
|
|
| Clock* const clock_;
|
| const VideoSendStream::Config config_;
|
| - mutable rtc::CriticalSection crit_;
|
| + rtc::CriticalSection crit_;
|
| VideoEncoderConfig::ContentType content_type_ GUARDED_BY(crit_);
|
| VideoSendStream::Stats stats_ GUARDED_BY(crit_);
|
| uint32_t last_sent_frame_timestamp_ GUARDED_BY(crit_);
|
|
|