mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1184200 - Update a check for APZ enabled. r=dvander
This commit is contained in:
parent
e9fec912aa
commit
0cb64d81eb
@ -824,7 +824,7 @@ nsLayoutUtils::AsyncPanZoomEnabled(nsIFrame* aFrame)
|
||||
{
|
||||
// We use this as a shortcut, since if the compositor will never use APZ,
|
||||
// no widget will either.
|
||||
if (!gfxPrefs::AsyncPanZoomEnabledDoNotUseDirectly()) {
|
||||
if (!gfxPlatform::AsyncPanZoomEnabled()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user