Chromium Code Reviews
DescriptionCSS filters: fix filtered parent with animated transform child.
When an element with a reference filter has a child element with
an animated transform, we need to invalidate the reference filter
on each animation frame. This is because the changing child position
can change the reference box used for filter region computations.
This requires disabling compositor animations for all nodes with
reference filter parents, since we need to them to run blink-side
to trigger the invalidation. It also means we must traverse up the
hierarchy to discover such filters and invalidate them.
BUG=620394
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update to ToT #
Depends on Patchset: Messages
Total messages: 8 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||