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

Issue 863013004: cc: Split RasterTilePriorityQueue into required and all based on type. (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: Split RasterTilePriorityQueue into required and all based on type. This patch splits raster tile priority queue into two: required and all. The required queue is used when the only tiles that we need are required. When we need all of the tiles in priority order, we use the all queue. The reason for the split is that the required tiles can be much simpler to get. R=reveman, danakj Committed: https://crrev.com/b4040632791d631fe532edac2ba35ed3a0112c47 Cr-Commit-Position: refs/heads/master@{#312871}

Patch Set 1 #

Total comments: 16

Patch Set 2 : review #

Patch Set 3 : #

Patch Set 4 : more disallow #

Patch Set 5 : compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -643 lines) Patch
M cc/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.h View 1 1 chunk +12 lines, -54 lines 0 comments Download
M cc/resources/raster_tile_priority_queue.cc View 1 2 3 4 1 chunk +20 lines, -332 lines 0 comments Download
A + cc/resources/raster_tile_priority_queue_all.h View 1 2 3 3 chunks +18 lines, -24 lines 0 comments Download
A + cc/resources/raster_tile_priority_queue_all.cc View 1 2 9 chunks +33 lines, -58 lines 0 comments Download
A cc/resources/raster_tile_priority_queue_required.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A cc/resources/raster_tile_priority_queue_required.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M cc/resources/tile_manager.h View 1 chunk +4 lines, -3 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 5 chunks +28 lines, -28 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 2 chunks +7 lines, -9 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 17 chunks +110 lines, -125 lines 0 comments Download
M cc/resources/tiling_set_raster_queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_tile_manager_client.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
vmpstr
Please take a look.
5 years, 11 months ago (2015-01-22 01:26:15 UTC) #1
danakj
https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue.cc File cc/resources/raster_tile_priority_queue.cc (right): https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue.cc#newcode29 cc/resources/raster_tile_priority_queue.cc:29: return queue.Pass(); is pass needed here..? https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue.h File cc/resources/raster_tile_priority_queue.h ...
5 years, 11 months ago (2015-01-22 20:24:16 UTC) #2
vmpstr
PTAL. https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue.cc File cc/resources/raster_tile_priority_queue.cc (right): https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue.cc#newcode29 cc/resources/raster_tile_priority_queue.cc:29: return queue.Pass(); On 2015/01/22 20:24:15, danakj wrote: > ...
5 years, 11 months ago (2015-01-22 22:44:35 UTC) #3
danakj
https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue_all.h File cc/resources/raster_tile_priority_queue_all.h (right): https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue_all.h#newcode72 cc/resources/raster_tile_priority_queue_all.h:72: }; On 2015/01/22 22:44:35, vmpstr wrote: > On 2015/01/22 ...
5 years, 11 months ago (2015-01-22 22:54:58 UTC) #4
vmpstr
PTAL https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue_all.h File cc/resources/raster_tile_priority_queue_all.h (right): https://codereview.chromium.org/863013004/diff/1/cc/resources/raster_tile_priority_queue_all.h#newcode72 cc/resources/raster_tile_priority_queue_all.h:72: }; On 2015/01/22 22:54:58, danakj wrote: > On ...
5 years, 11 months ago (2015-01-22 23:01:11 UTC) #5
danakj
LGTM
5 years, 11 months ago (2015-01-22 23:02:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/863013004/60001
5 years, 11 months ago (2015-01-22 23:11:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/863013004/80001
5 years, 11 months ago (2015-01-22 23:22:56 UTC) #10
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
5 years, 11 months ago (2015-01-23 01:26:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/863013004/80001
5 years, 11 months ago (2015-01-23 17:52:36 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-23 17:54:25 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 17:55:25 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b4040632791d631fe532edac2ba35ed3a0112c47
Cr-Commit-Position: refs/heads/master@{#312871}

Powered by Google App Engine
This is Rietveld 408576698