Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Issue 694143002: cc: Ensure that eviction tiling range is sane. (Closed)

Created:
6 years, 1 month ago by vmpstr
Modified:
6 years, 1 month ago
Reviewers:
danakj, reveman
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

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 Committed: https://crrev.com/b4ec0e9e4bad8c45402d2f39fe46aa38bfd03920 Cr-Commit-Position: refs/heads/master@{#302394}

Patch Set 1 #

Total comments: 4

Patch Set 2 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M cc/resources/picture_layer_tiling_set.cc View 1 1 chunk +22 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
vmpstr
ptal
6 years, 1 month ago (2014-11-01 02:04:43 UTC) #1
reveman
lgtm after adding missing break statements https://codereview.chromium.org/694143002/diff/1/cc/resources/picture_layer_tiling_set.cc File cc/resources/picture_layer_tiling_set.cc (right): https://codereview.chromium.org/694143002/diff/1/cc/resources/picture_layer_tiling_set.cc#newcode362 cc/resources/picture_layer_tiling_set.cc:362: range = low_res_range; ...
6 years, 1 month ago (2014-11-01 12:25:35 UTC) #2
vmpstr
https://codereview.chromium.org/694143002/diff/1/cc/resources/picture_layer_tiling_set.cc File cc/resources/picture_layer_tiling_set.cc (right): https://codereview.chromium.org/694143002/diff/1/cc/resources/picture_layer_tiling_set.cc#newcode362 cc/resources/picture_layer_tiling_set.cc:362: range = low_res_range; On 2014/11/01 12:25:34, reveman wrote: > ...
6 years, 1 month ago (2014-11-01 18:08:50 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/694143002/20001
6 years, 1 month ago (2014-11-01 20:14:19 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 1 month ago (2014-11-01 21:04:07 UTC) #6
commit-bot: I haz the power
6 years, 1 month ago (2014-11-01 21:04:42 UTC) #7
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b4ec0e9e4bad8c45402d2f39fe46aa38bfd03920
Cr-Commit-Position: refs/heads/master@{#302394}

Powered by Google App Engine
This is Rietveld 408576698