Descriptioncc: Clean up tilings in UpdateTiles as well as in AppendQuads.
Sometimes we get into situations where we get frequent UpdateTiles,
but no AppendQuads. As a result we can start accumulating tilings
(during pinch zoom for example), but we never free any of them, since
the code to free tilings happens only during AppendQuads. This patch
remedies this by ensuring that if AppendQuads doesn't clean up the
tilings, and we've added some since last time we ran UpdateTiles,
we clean them up.
R=danakj
BUG=452304
Committed: https://crrev.com/5c115e7db2f2845b5fe4a687dc33d5f2340b5d60
Cr-Commit-Position: refs/heads/master@{#313428}
Patch Set 1 #Patch Set 2 : undelete comment #Patch Set 3 : comment #
Total comments: 6
Patch Set 4 : review #
Total comments: 2
Patch Set 5 : nobool #
Total comments: 2
Patch Set 6 : remove dup #
Messages
Total messages: 11 (1 generated)
|