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

Issue 1064743003: cc: Consider resolution when checking HigherPriorityTree. (Closed)

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

Description

cc: Consider resolution when checking HigherPriorityTree. When we skip shared tiles in raster iterators, we need to ensure that we consider resolution as a factor, since the twin will not be returning tiles if they are of non-ideal resolution (so we shouldn't be skipping the tile if the twin has higher, but non ideal, priority). BUG=477136 R=sunnyps, vmiura Committed: https://crrev.com/f54d5df0b2ae07ad224de8d52227ea925baca497 Cr-Commit-Position: refs/heads/master@{#325346}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -8 lines) Patch
M cc/resources/raster_tile_priority_queue_all.cc View 1 2 2 chunks +13 lines, -8 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
vmpstr
Please take a look.
5 years, 8 months ago (2015-04-15 18:01:34 UTC) #2
sunnyps
On 2015/04/15 18:01:34, vmpstr wrote: > Please take a look. I think the issue is ...
5 years, 8 months ago (2015-04-15 19:18:46 UTC) #3
vmpstr
+danakj, +enne, please take a look as well
5 years, 8 months ago (2015-04-15 19:40:18 UTC) #5
enne (OOO)
How does not sharing tiles affect this?
5 years, 8 months ago (2015-04-15 20:16:00 UTC) #6
vmpstr
On 2015/04/15 20:16:00, enne wrote: > How does not sharing tiles affect this? It totally ...
5 years, 8 months ago (2015-04-15 20:40:38 UTC) #7
vmpstr
On 2015/04/15 20:40:38, vmpstr wrote: > On 2015/04/15 20:16:00, enne wrote: > > How does ...
5 years, 8 months ago (2015-04-15 20:41:33 UTC) #8
enne (OOO)
lgtm as a short-term solution https://codereview.chromium.org/1064743003/diff/20001/cc/resources/raster_tile_priority_queue_all.cc File cc/resources/raster_tile_priority_queue_all.cc (right): https://codereview.chromium.org/1064743003/diff/20001/cc/resources/raster_tile_priority_queue_all.cc#newcode89 cc/resources/raster_tile_priority_queue_all.cc:89: const Tile* active_tile = ...
5 years, 8 months ago (2015-04-15 20:47:02 UTC) #9
vmpstr
https://codereview.chromium.org/1064743003/diff/20001/cc/resources/raster_tile_priority_queue_all.cc File cc/resources/raster_tile_priority_queue_all.cc (right): https://codereview.chromium.org/1064743003/diff/20001/cc/resources/raster_tile_priority_queue_all.cc#newcode89 cc/resources/raster_tile_priority_queue_all.cc:89: const Tile* active_tile = shared_tile ? shared_tile : active_queue->Top(); ...
5 years, 8 months ago (2015-04-15 21:05:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1064743003/40001
5 years, 8 months ago (2015-04-15 21:06:10 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-04-15 23:42:42 UTC) #14
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 23:44:50 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f54d5df0b2ae07ad224de8d52227ea925baca497
Cr-Commit-Position: refs/heads/master@{#325346}

Powered by Google App Engine
This is Rietveld 408576698