DescriptionReplace collectLayerFragments() with FragmentainerIterator.
No functional changes intended.
The way collectLayerFragments() and PaintLayer::collectFragments() cooperated
to populate the PaintLayerFragments was rather messy. collectLayerFragments()
set two members, and then, later on, PaintLayer::collectFragments() would set
the remaining members, translate and clip. With this change, the layout code no
longer uses PaintLayerFragments.
It should also be mentioned that collectLayerFragments() was a bad name,
because this functionality shouldn't be strictly for layers. We're soon going
to need it for getClientRects() as well.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Committed: https://crrev.com/bf0d65b763505b57663425ae3499d766e55ba395
Cr-Commit-Position: refs/heads/master@{#417271}
Patch Set 1 #Patch Set 2 : rebase master for https://codereview.chromium.org/2310233002/ #
Total comments: 4
Patch Set 3 : code review. #Messages
Total messages: 30 (19 generated)
|