cc: Ensure that eviction tiling range is sane.
Currently our code assumes that high res tiling comes before the low res tiling (for eviction iterators). However, that doesn't seem to be the case in all situations. Rather that just fixing the problem (if it is a problem), this patch makes the eviction code be able to proceed without crashing. In these situations the eviction order of tilings won't be ideal, but would still visit all tilings. BUG=429397, 429201 R=danakj, reveman Review URL: https://codereview.chromium.org/694143002 Cr-Commit-Position: refs/heads/master@{#302394}
Showing
Please register or sign in to comment