Descriptioncc: Generate tilings at other scales for impl-side painting
This patch adds infrastructure to make it easy for PictureLayerImpl to
manage its set of tilings via PictureLayerImpl::ManageTiles().
The main functionality change is to additionally generate a low-res set
of tiles (by default 1/8 resolution). Along with generating tilings at
different scales, tile priorities now have the correct resolution set on
them so that they can be prioritized correctly.
There's a few small bugfixes added here as well for correctness, such as
making sure that tilings are sorted in the PictureLayerTilingSet from
highest to lowest. (This is the order in which tiles will be used.) It
also correctly calculates a synthetic contents scale / content bounds for
the PictureLayerImpl to support multiple active contents scales.
R=nduca@chromium.org
BUG=167300
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175927
Patch Set 1 #Patch Set 2 : Create tilings during pinch #
Total comments: 48
Patch Set 3 : Address review comments #
Total comments: 18
Patch Set 4 : Comments, function names #Patch Set 5 : Address comments #Patch Set 6 : Address comments #Patch Set 7 : s/else // #Patch Set 8 : std sort, not just any old sort #Patch Set 9 : std sort, not just any old sort #Patch Set 10 : Fix signed/unsigned mismatch #Patch Set 11 : rebase, sort() #
Messages
Total messages: 19 (0 generated)
|