• vmpstr's avatar
    cc: Remove tiles from recycle tree that were deleted on active. · 7fceb779
    vmpstr authored
    This patch removes tiles from the recycle tree that were deleted from
    the active tree as a result of a shifting live tiles rect. It is
    important to do this, since if the active tree then would recreate
    the deleted tile (ie, live tiles rect shift back), we have to ensure
    that this tile will be shared when the next pending tree is created.
    If we don't do it, we can run into a situation in which we will
    continuously raster the same tile.
    
    The patch does the following:
    - Adds a way to get a recycled tree twin tiling.
    - During LiveTilesRect tile deletion, deletes tiles from the same
      location from the recycle twin (if one exists).
    
    R=danakj, enne
    
    Review URL: https://codereview.chromium.org/502453003
    
    Cr-Commit-Position: refs/heads/master@{#291949}
    7fceb779
fake_picture_layer_tiling_client.cc 2.8 KB