DescriptionFirst implementation of the paint slimming update algorithm
This patch implements the basic paint slimming update algorithm as
described in [1]. The basic goal of the paint slimming update is to
merge new display items with the existing display items. By tracking
invalidations and using the paint order implied by the existing paint
list, an updated paint list can be created with a single walk through
both lists.
[1] https://docs.google.com/a/chromium.org/document/d/1w9vjJSV9Itk9UjhuaOMIIhd_LDYAfHbMepkwV5ZNPUI/edit#heading=h.gcmtb6aof29f
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184821
Patch Set 1 #
Total comments: 5
Patch Set 2 : Update per reviewer comments #Patch Set 3 : Address reviewer comments #
Total comments: 3
Patch Set 4 : Update per reviewer comments #
Total comments: 1
Patch Set 5 : Address reviewer comments #
Messages
Total messages: 12 (2 generated)
|