mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset ab6dbbd9fa3e (bug 976605)
This commit is contained in:
parent
6fca18d657
commit
f9aba2fee4
@ -643,9 +643,7 @@ protected:
|
||||
// monitor should be held. When setting |mState|, either the SetState()
|
||||
// function can be used, or the monitor can be held and then |mState| updated.
|
||||
// IMPORTANT: See the note about lock ordering at the top of APZCTreeManager.h.
|
||||
// This is mutable to allow entering it from 'const' methods; doing otherwise
|
||||
// would significantly limit what methods could be 'const'.
|
||||
mutable ReentrantMonitor mMonitor;
|
||||
ReentrantMonitor mMonitor;
|
||||
|
||||
// Specifies whether we should use touch-action css property. Initialized from
|
||||
// the preferences. This property (in comparison with the global one) simplifies
|
||||
|
Loading…
Reference in New Issue
Block a user