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

Unified Diff: webrtc/video/vie_remb.h

Issue 1652983002: Remove mutable from rtc::CriticalSections. (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/video/vie_encoder.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/vie_remb.h
diff --git a/webrtc/video/vie_remb.h b/webrtc/video/vie_remb.h
index c6bb4086c2cb8fc07660d21362e5abca1a3b23a6..1508209995bd2e94b15fd24d6bba400821346fd1 100644
--- a/webrtc/video/vie_remb.h
+++ b/webrtc/video/vie_remb.h
@@ -58,7 +58,7 @@ class VieRemb : public RemoteBitrateObserver {
typedef std::list<RtpRtcp*> RtpModules;
Clock* const clock_;
- mutable rtc::CriticalSection list_crit_;
+ rtc::CriticalSection list_crit_;
// The last time a REMB was sent.
int64_t last_remb_time_;
« no previous file with comments | « webrtc/video/vie_encoder.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698