Index: webrtc/video/overuse_frame_detector.h |
diff --git a/webrtc/video/overuse_frame_detector.h b/webrtc/video/overuse_frame_detector.h |
index d2606c19e6950003e366a87856d308d9f20c6d4e..0ef2e43857d2601c800c48a09d0dc6e237692e53 100644 |
--- a/webrtc/video/overuse_frame_detector.h |
+++ b/webrtc/video/overuse_frame_detector.h |
@@ -119,7 +119,7 @@ class OveruseFrameDetector : public Module { |
// processing thread. |
// TODO(asapersson): See if we can reduce locking. As is, video frame |
// processing contends with reading stats and the processing thread. |
- mutable rtc::CriticalSection crit_; |
+ rtc::CriticalSection crit_; |
const CpuOveruseOptions options_; |