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

Issue 675663002: cc: Ensure to return pending now before active eventually tiles. (Closed)

Created:
6 years, 2 months ago by vmpstr
Modified:
6 years, 1 month ago
Reviewers:
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 to return pending now before active eventually tiles. This patch is part 2 of a fix to return pending now tiles before active eventually tiles. We already do this at a pair level. This patch ensures that we also do it across pairs. That is, given two pairs of layers, if the highest priority tile on one is an active eventually tile and the highest priority tile on the other is a pending now tile, then prefer the pending now tile (this is just for smoothness). This ensures that we activate if we're prepainting too far. BUG=426287 R=reveman Committed: https://crrev.com/806cad8d08a0414928b04e6a8635c1ddc35a91db Cr-Commit-Position: refs/heads/master@{#300981}

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : +test #

Patch Set 4 : format fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -1 line) Patch
M cc/resources/raster_tile_priority_queue.cc View 1 2 3 3 chunks +18 lines, -1 line 2 comments Download
M cc/resources/tile_manager_unittest.cc View 1 2 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
vmpstr
PTAL
6 years, 2 months ago (2014-10-23 08:12:34 UTC) #1
reveman
lgtm https://codereview.chromium.org/675663002/diff/60001/cc/resources/raster_tile_priority_queue.cc File cc/resources/raster_tile_priority_queue.cc (right): https://codereview.chromium.org/675663002/diff/60001/cc/resources/raster_tile_priority_queue.cc#newcode77 cc/resources/raster_tile_priority_queue.cc:77: } This function is already kind of hard ...
6 years, 2 months ago (2014-10-23 21:01:42 UTC) #2
vmpstr
https://codereview.chromium.org/675663002/diff/60001/cc/resources/raster_tile_priority_queue.cc File cc/resources/raster_tile_priority_queue.cc (right): https://codereview.chromium.org/675663002/diff/60001/cc/resources/raster_tile_priority_queue.cc#newcode77 cc/resources/raster_tile_priority_queue.cc:77: } On 2014/10/23 21:01:42, reveman wrote: > This function ...
6 years, 2 months ago (2014-10-23 22:01:48 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/675663002/60001
6 years, 2 months ago (2014-10-23 22:03:27 UTC) #5
vmpstr
On 2014/10/23 22:01:48, vmpstr wrote: > https://codereview.chromium.org/675663002/diff/60001/cc/resources/raster_tile_priority_queue.cc > File cc/resources/raster_tile_priority_queue.cc (right): > > https://codereview.chromium.org/675663002/diff/60001/cc/resources/raster_tile_priority_queue.cc#newcode77 > ...
6 years, 2 months ago (2014-10-23 22:09:47 UTC) #6
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 2 months ago (2014-10-23 23:36:02 UTC) #7
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 23:36:57 UTC) #8
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/806cad8d08a0414928b04e6a8635c1ddc35a91db
Cr-Commit-Position: refs/heads/master@{#300981}

Powered by Google App Engine
This is Rietveld 408576698