зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425837 - Part 7: Drop the hard-code disabling compositor animations on individual transforms. r=hiro,birtles
Drop the hack which prevents individual transform running on the compositor thread. Depends on D22566 Differential Revision: https://phabricator.services.mozilla.com/D22567 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
cbef6a9f42
Коммит
fd0f04e555
|
@ -1498,13 +1498,6 @@ bool KeyframeEffect::ShouldBlockAsyncTransformAnimations(
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME: Bug 1425837: drop this hack.
|
||||
// XXX cku temporarily disable async-animation when this frame has any
|
||||
// individual transforms before bug 1425837 been fixed.
|
||||
if (aFrame->StyleDisplay()->HasIndividualTransform()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче