mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1136004 - Fix -Wthread-safety-analysis warning in webrtc. r=jesup
This commit is contained in:
parent
4faabfb7d1
commit
92dd727714
@ -695,6 +695,7 @@ void MediaOptimization::ProcessIncomingFrameRate(int64_t now) {
|
||||
}
|
||||
|
||||
void MediaOptimization::SetCPULoadState(CPULoadState state) {
|
||||
CriticalSectionScoped lock(crit_sect_.get());
|
||||
loadstate_ = state;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user