Index: webrtc/video/vie_channel.h |
diff --git a/webrtc/video/vie_channel.h b/webrtc/video/vie_channel.h |
index 7737d6acbfb3e25ae4a8ca968e3911f1f8a85a41..9f5e1ff90de397f6579b300282af48f9e2a2017f 100644 |
--- a/webrtc/video/vie_channel.h |
+++ b/webrtc/video/vie_channel.h |
@@ -332,7 +332,7 @@ class ViEChannel : public VCMFrameTypeCallback, |
// Note: this should be implemented with a RW-lock to allow simultaneous |
// calls into the callback. However that doesn't seem to be needed for the |
// current type of callbacks covered by this class. |
- mutable rtc::CriticalSection critsect_; |
+ rtc::CriticalSection critsect_; |
T* callback_ GUARDED_BY(critsect_); |
private: |
@@ -403,7 +403,7 @@ class ViEChannel : public VCMFrameTypeCallback, |
ProcessThread* const module_process_thread_; |
// Used for all registered callbacks except rendering. |
- mutable rtc::CriticalSection crit_; |
+ rtc::CriticalSection crit_; |
// Owned modules/classes. |
rtc::scoped_refptr<PayloadRouter> send_payload_router_; |