DescriptionDisplay -webkit-filter objects in any column (instead of only in the first one).
Most of our painting-related operations take place after fragmentation, i.e.
via PaintLayerPainter::paintFragmentWithPhase(). All such operations can just
sit back and relax and not worry about fragmentation, since translation and
clipping for a given fragmentainer (column) has already taken place.
This is not the case for filters, though. They are set up before fragmentation.
Therefore, we need to make the bounding box of the layer visual (convert out of
the flow thread coordinate space) on our own. We now do this specifically for
filters, or we'd upset other parts of the code, such as clip path.
BUG=530074
R=wangxianzhu@chromium.org
Committed: https://crrev.com/17e31b8972050ad7791d2243a19f07ba8fc9c54f
Cr-Commit-Position: refs/heads/master@{#371808}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|