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

Issue 471833002: cc: Add more eviction categories to picture layer impl. (Closed)

Created:
6 years, 4 months ago by vmpstr
Modified:
6 years, 4 months 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: Add more eviction categories to picture layer impl. Since we use priority_for_tree_priority to get the priority_bin, we might end up in situations where we have a non-now priority_bin with a tile that is required for activation (this is because required for activation property is read off the pending priority). In particular in smoothness takes priority, if a tile is only available on the pending tree, then it will have EVENTUALLY priority_bin with inf distance. However, at the same time it can be required for activation (NOW on the active tree). We need to ensure that this is handled explicitly and correctly. This patch adds the extra required categories, as well as makes an array instead of separate variables for each of the categories. R=reveman Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290011

Patch Set 1 #

Total comments: 7

Patch Set 2 : update #

Total comments: 3

Patch Set 3 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -35 lines) Patch
M cc/layers/picture_layer_impl.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 2 2 chunks +13 lines, -4 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 2 5 chunks +40 lines, -27 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 3 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
vmpstr
PTAL. https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.h File cc/resources/picture_layer_tiling.h (right): https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.h#newcode66 cc/resources/picture_layer_tiling.h:66: enum { NUM_EVICTION_CATEGORIES = NOW_AND_REQUIRED_FOR_ACTIVATION + 1 }; ...
6 years, 4 months ago (2014-08-14 06:23:49 UTC) #1
reveman
https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.cc File cc/resources/picture_layer_tiling.cc (right): https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.cc#newcode42 cc/resources/picture_layer_tiling.cc:42: return a_priority.priority_bin > b_priority.priority_bin; should this not be a ...
6 years, 4 months ago (2014-08-14 09:01:50 UTC) #2
danakj
https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.h File cc/resources/picture_layer_tiling.h (right): https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.h#newcode66 cc/resources/picture_layer_tiling.h:66: enum { NUM_EVICTION_CATEGORIES = NOW_AND_REQUIRED_FOR_ACTIVATION + 1 }; On ...
6 years, 4 months ago (2014-08-14 16:55:26 UTC) #3
vmpstr
PTAL https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.cc File cc/resources/picture_layer_tiling.cc (right): https://codereview.chromium.org/471833002/diff/1/cc/resources/picture_layer_tiling.cc#newcode42 cc/resources/picture_layer_tiling.cc:42: return a_priority.priority_bin > b_priority.priority_bin; On 2014/08/14 09:01:50, reveman ...
6 years, 4 months ago (2014-08-14 22:05:50 UTC) #4
reveman
lgtm with nit https://codereview.chromium.org/471833002/diff/20001/cc/resources/picture_layer_tiling.h File cc/resources/picture_layer_tiling.h (right): https://codereview.chromium.org/471833002/diff/20001/cc/resources/picture_layer_tiling.h#newcode346 cc/resources/picture_layer_tiling.h:346: std::vector<Tile*> eviction_tiles_now_and_rfa_; nit: i know it's ...
6 years, 4 months ago (2014-08-15 09:05:24 UTC) #5
vmpstr
https://codereview.chromium.org/471833002/diff/20001/cc/resources/picture_layer_tiling.h File cc/resources/picture_layer_tiling.h (right): https://codereview.chromium.org/471833002/diff/20001/cc/resources/picture_layer_tiling.h#newcode346 cc/resources/picture_layer_tiling.h:346: std::vector<Tile*> eviction_tiles_now_and_rfa_; On 2014/08/15 09:05:23, reveman wrote: > nit: ...
6 years, 4 months ago (2014-08-15 17:16:01 UTC) #6
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 4 months ago (2014-08-15 17:16:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/471833002/40001
6 years, 4 months ago (2014-08-15 17:17:17 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel_swarming on tryserver.chromium.win ...
6 years, 4 months ago (2014-08-15 20:29:04 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 21:22:09 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (40001) as 290011

Powered by Google App Engine
This is Rietveld 408576698