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

Issue 862263004: cc: Make eviction queue building consistent with raster. (Closed)

Created:
5 years, 11 months ago by vmpstr
Modified:
5 years, 11 months ago
Reviewers:
danakj, reveman
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Make eviction queue building consistent with raster. This patch changes the way eviction queue is built to be more like the raster queue. That is, instead of taking a pointer to the queue to be built, the function returns a scoped_ptr to the queue that it built. R=reveman, danakj Committed: https://crrev.com/997b00ea9a6a101266c32ce26806c7584940d12e Cr-Commit-Position: refs/heads/master@{#312925}

Patch Set 1 #

Patch Set 2 : update #

Total comments: 2

Patch Set 3 : comment #

Patch Set 4 : update #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -108 lines) Patch
M cc/resources/eviction_tile_priority_queue.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/eviction_tile_priority_queue.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/resources/tile_manager.h View 1 2 3 4 3 chunks +10 lines, -10 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 3 4 6 chunks +36 lines, -39 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 2 3 4 12 chunks +34 lines, -36 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager_client.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
vmpstr
Please take a look. This is to make it consistent with a patch in https://codereview.chromium.org/863013004/
5 years, 11 months ago (2015-01-22 20:02:22 UTC) #1
danakj
https://codereview.chromium.org/862263004/diff/20001/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/862263004/diff/20001/cc/resources/tile_manager.cc#newcode643 cc/resources/tile_manager.cc:643: eviction_priority_queue_.reset(); Can you explain this? There's a DCHECK above ...
5 years, 11 months ago (2015-01-22 23:12:23 UTC) #2
vmpstr
https://codereview.chromium.org/862263004/diff/20001/cc/resources/tile_manager.cc File cc/resources/tile_manager.cc (right): https://codereview.chromium.org/862263004/diff/20001/cc/resources/tile_manager.cc#newcode643 cc/resources/tile_manager.cc:643: eviction_priority_queue_.reset(); On 2015/01/22 23:12:23, danakj wrote: > Can you ...
5 years, 11 months ago (2015-01-22 23:45:03 UTC) #3
vmpstr
PTAL. After some discussion I changed the eviction queue in tile manager to be a ...
5 years, 11 months ago (2015-01-23 00:19:41 UTC) #4
danakj
LGTM
5 years, 11 months ago (2015-01-23 00:24:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/862263004/80001
5 years, 11 months ago (2015-01-23 18:33:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/862263004/80001
5 years, 11 months ago (2015-01-23 18:54:14 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/26507)
5 years, 11 months ago (2015-01-23 19:53:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/862263004/80001
5 years, 11 months ago (2015-01-23 21:02:06 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-23 21:03:35 UTC) #16
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 21:04:39 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/997b00ea9a6a101266c32ce26806c7584940d12e
Cr-Commit-Position: refs/heads/master@{#312925}

Powered by Google App Engine
This is Rietveld 408576698