| Index: webrtc/call/bitrate_allocator.h
|
| diff --git a/webrtc/call/bitrate_allocator.h b/webrtc/call/bitrate_allocator.h
|
| index 3bafcd756be38194c1d79a41e4a253e2d6a54ed1..bf26a6ae9bbc2d035f8dbd51eeab3b300348116c 100644
|
| --- a/webrtc/call/bitrate_allocator.h
|
| +++ b/webrtc/call/bitrate_allocator.h
|
| @@ -112,7 +112,7 @@ class BitrateAllocator {
|
|
|
| rtc::CriticalSection crit_sect_;
|
| // Stored in a list to keep track of the insertion order.
|
| - ObserverConfigList bitrate_observer_configs_;
|
| + ObserverConfigList bitrate_observer_configs_ GUARDED_BY(crit_sect_);
|
| bool enforce_min_bitrate_ GUARDED_BY(crit_sect_);
|
| uint32_t last_bitrate_bps_ GUARDED_BY(crit_sect_);
|
| uint32_t last_non_zero_bitrate_bps_ GUARDED_BY(crit_sect_);
|
|
|