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

Issue 1939963002: cc: Move prepaint region calculations to the tiling set. (Closed)

Created:
4 years, 7 months ago by vmpstr
Modified:
4 years, 7 months ago
Reviewers:
danakj, enne (OOO)
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: Move prepaint region calculations to the tiling set. This patch moves prepaint region calculations from the tiling to the tiling set. This ensures that new tilings get proper skewport information. It also allows us to retrieve prepaint regions independently of tilings present, which is useful for iterating images. R=enne, danakj CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/cf1113301b3c251c09ac7f7576b4f98bebf64f25 Cr-Commit-Position: refs/heads/master@{#391645}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+914 lines, -1494 lines) Patch
M cc/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M cc/cc_tests.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/proto/layer_tree_settings.proto View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling.h View 8 chunks +12 lines, -68 lines 0 comments Download
M cc/tiles/picture_layer_tiling.cc View 1 2 6 chunks +21 lines, -181 lines 0 comments Download
D cc/tiles/picture_layer_tiling_perftest.cc View 1 chunk +0 lines, -170 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.h View 4 chunks +59 lines, -7 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.cc View 1 2 3 10 chunks +185 lines, -26 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set_unittest.cc View 1 2 3 7 chunks +537 lines, -13 lines 0 comments Download
M cc/tiles/picture_layer_tiling_unittest.cc View 19 chunks +53 lines, -972 lines 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 8 chunks +27 lines, -36 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_settings_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
vmpstr
Please take a look.
4 years, 7 months ago (2016-05-02 20:48:27 UTC) #2
enne (OOO)
lgtm I think having all this history and some rect calculations on the tiling set ...
4 years, 7 months ago (2016-05-03 23:03:02 UTC) #3
vmpstr
https://codereview.chromium.org/1939963002/diff/1/cc/tiles/picture_layer_tiling.cc File cc/tiles/picture_layer_tiling.cc (right): https://codereview.chromium.org/1939963002/diff/1/cc/tiles/picture_layer_tiling.cc#newcode557 cc/tiles/picture_layer_tiling.cc:557: std::vector<gfx::Rect> output_rects; On 2016/05/03 23:03:01, enne wrote: > Premature ...
4 years, 7 months ago (2016-05-03 23:31:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1939963002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1939963002/40001
4 years, 7 months ago (2016-05-03 23:33:08 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/206974)
4 years, 7 months ago (2016-05-04 00:15:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1939963002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1939963002/60001
4 years, 7 months ago (2016-05-04 19:52:28 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-04 21:20:55 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 21:23:35 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/cf1113301b3c251c09ac7f7576b4f98bebf64f25
Cr-Commit-Position: refs/heads/master@{#391645}

Powered by Google App Engine
This is Rietveld 408576698