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:
Boris Chiou 2019-03-18 18:05:02 +00:00
Родитель cbef6a9f42
Коммит fd0f04e555
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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;
}