Description[New Multicolumn] Make computeOffsetFromCompositedAncestor() flowthread-aware.
This function needs to produce the visual offset, and you cannot get that
by calling convertToLayerCoords().
Introducing RenderLayer::visualOffsetFromAncestor() to calculate the
correct visual offset. This also allows for reducing
convertFromFlowThreadToVisualBoundingBoxInAncestor() by a few lines.
We can now add compositing/columns to the virtual/regionbasedmulticol/
testsuite, since both tests there have started to pass.
The fast/multicol/composited-layer-single-fragment.html test is based on work by
andersr@opera.com
The test for hit-testing something 3D-transformed has already been passing
for some time (since https://codereview.chromium.org/625903004), but
actual painting was wrong, until now.
BUG=359877
R=chrishtr@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187413
Patch Set 1 #
Total comments: 4
Patch Set 2 : code review #
Total comments: 4
Patch Set 3 : code review #2 #
Total comments: 4
Patch Set 4 : Simplify test. #Messages
Total messages: 13 (1 generated)
|