Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: webrtc/base/messagequeue.h

Issue 1613643004: Remove mutable from rtc::CriticalSection members. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/bufferqueue.h ('k') | webrtc/base/physicalsocketserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/messagequeue.h
diff --git a/webrtc/base/messagequeue.h b/webrtc/base/messagequeue.h
index c3ab3b6669fa89403d50741c526a66957405d8ef..856a6eb4bc89cc1c71c9cb520d3ee2493d92075a 100644
--- a/webrtc/base/messagequeue.h
+++ b/webrtc/base/messagequeue.h
@@ -251,7 +251,7 @@ class MessageQueue {
MessageList msgq_;
PriorityQueue dmsgq_;
uint32_t dmsgq_next_num_;
- mutable CriticalSection crit_;
+ CriticalSection crit_;
private:
RTC_DISALLOW_COPY_AND_ASSIGN(MessageQueue);
« no previous file with comments | « webrtc/base/bufferqueue.h ('k') | webrtc/base/physicalsocketserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698