mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Backed out changeset ab6dbbd9fa3e (bug 976605)
This commit is contained in:
parent
448575294e
commit
fde27487df
@ -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