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

Issue 14205005: cc: Only consider layer clipped content rect for analysis (Closed)

Created:
7 years, 8 months ago by vmpstr
Modified:
7 years, 8 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

cc: Only consider layer clipped content rect for analysis This fixes a problem in which tiles that are on the right and bottom edges of the viewport are not considered solid, even when the visible part of them is solid. BUG=230875 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195103

Patch Set 1 #

Total comments: 1

Patch Set 2 : added unittests #

Patch Set 3 : unittest compiler warnings fix #

Patch Set 4 : linker fixes on windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -128 lines) Patch
M cc/cc_tests.gyp View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 12 chunks +41 lines, -113 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 chunk +6 lines, -5 lines 0 comments Download
A cc/resources/picture_pile_impl_unittest.cc View 1 2 1 chunk +139 lines, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 1 chunk +9 lines, -5 lines 0 comments Download
A cc/test/fake_picture_pile_impl.h View 1 1 chunk +52 lines, -0 lines 0 comments Download
A cc/test/fake_picture_pile_impl.cc View 1 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
vmpstr
Please take a look. https://codereview.chromium.org/14205005/diff/1/cc/resources/picture_pile_impl.cc File cc/resources/picture_pile_impl.cc (left): https://codereview.chromium.org/14205005/diff/1/cc/resources/picture_pile_impl.cc#oldcode251 cc/resources/picture_pile_impl.cc:251: gfx::Rect layer_rect = gfx::ToEnclosingRect( This ...
7 years, 8 months ago (2013-04-17 16:41:57 UTC) #1
enne (OOO)
In general, this looks great. I assume this addresses the extra upload issue on the ...
7 years, 8 months ago (2013-04-17 16:53:51 UTC) #2
vmpstr
On 2013/04/17 16:53:51, enne wrote: > In general, this looks great. I assume this addresses ...
7 years, 8 months ago (2013-04-17 17:09:39 UTC) #3
enne (OOO)
On 2013/04/17 17:09:39, vmpstr wrote: > I think this would come for free. Analysis just ...
7 years, 8 months ago (2013-04-17 17:12:04 UTC) #4
vmpstr
Added unittests. I pulled TestablePicturePileImpl from picture_layer_impl_unittest into test/ (and renamed it to be Fake* ...
7 years, 8 months ago (2013-04-17 20:24:46 UTC) #5
enne (OOO)
lgtm. I'm curious what the 1 raster on the page is, but this is a ...
7 years, 8 months ago (2013-04-17 21:04:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/14205005/6001
7 years, 8 months ago (2013-04-18 19:05:42 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/14205005/8004
7 years, 8 months ago (2013-04-18 21:25:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/14205005/29001
7 years, 8 months ago (2013-04-19 00:20:27 UTC) #9
commit-bot: I haz the power
7 years, 8 months ago (2013-04-19 08:39:04 UTC) #10
Message was sent while issue was closed.
Change committed as 195103

Powered by Google App Engine
This is Rietveld 408576698