Descriptioncc: Only register live tiles with the TileManager
Instead of registering a tile with the TileManager when it is
created, only do so when the tile has a non-zero chance of
being rasterized.
Use a self-owned scoped_refptr to specify that a ManagedTilesState
may not be freed (e.g, because it is being painted) instead of a
bool because the ManagedTileState may now be unregistered at any
point (even during painting).
BUG=165852
Patch Set 1 #Patch Set 2 : Add comments, fix 80+char line #
Messages
Total messages: 2 (0 generated)
|