Descriptioncc: Invalidate eviction tiles cache when a tile is deleted.
This patch ensures that the eviction tiles cache becomes invalid
when a tile is removed from it. Without this patch, it is possible
that the eviction cache holds on to a tile pointer that would end
up pointing to a deleted tile (and thus when it gets evicted,
we'll access an invalid tile).
BUG=424487
R=reveman
Committed: https://crrev.com/706afa6fe732449d962c9b17a723afa86a8c7bf4
Cr-Commit-Position: refs/heads/master@{#300222}
Patch Set 1 #
Total comments: 2
Patch Set 2 : update #
Messages
Total messages: 7 (1 generated)
|