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

Issue 716283003: cc: Remove GetRasterSource from PictureLayerTilingClient. (Closed)

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

Description

cc: Remove GetRasterSource from PictureLayerTilingClient. This patch removes GetRasterSource from PictureLayerTilingClient and adds it to PLTS. Also changes PLTS creation from using a constructor to using a ::Create function. BUG=433048 R=danakj Committed: https://crrev.com/5879bdc6865f534d4d8e78ef9389d0d75b3dc42f Cr-Commit-Position: refs/heads/master@{#304457}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : ::Create instead of ctor #

Total comments: 1

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : update #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -124 lines) Patch
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 2 3 4 2 chunks +2 lines, -6 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 3 4 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 4 chunks +5 lines, -9 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 2 chunks +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_perftest.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 2 3 4 3 chunks +7 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 2 3 4 3 chunks +10 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_set_unittest.cc View 1 2 3 4 8 chunks +55 lines, -62 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 2 3 4 6 chunks +23 lines, -27 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 2 chunks +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
vmpstr
Hi, Please take a look. I'd like to try and do this work over several ...
6 years, 1 month ago (2014-11-13 21:56:56 UTC) #1
enne (OOO)
lgtm https://codereview.chromium.org/716283003/diff/40001/cc/resources/picture_layer_tiling.h File cc/resources/picture_layer_tiling.h (right): https://codereview.chromium.org/716283003/diff/40001/cc/resources/picture_layer_tiling.h#newcode147 cc/resources/picture_layer_tiling.h:147: void UpdateTilesToCurrentRasterSource(RasterSource* raster_source, How nice that UpdateTilesToCurrentRasterResource includes ...
6 years, 1 month ago (2014-11-14 21:27:03 UTC) #3
danakj
https://codereview.chromium.org/716283003/diff/60001/cc/resources/picture_layer_tiling_set.cc File cc/resources/picture_layer_tiling_set.cc (right): https://codereview.chromium.org/716283003/diff/60001/cc/resources/picture_layer_tiling_set.cc#newcode52 cc/resources/picture_layer_tiling_set.cc:52: bool PictureLayerTilingSet::SyncTilings(const PictureLayerTilingSet& other, how about passing it in ...
6 years, 1 month ago (2014-11-14 21:39:51 UTC) #4
vmpstr
https://codereview.chromium.org/716283003/diff/60001/cc/resources/picture_layer_tiling_set.cc File cc/resources/picture_layer_tiling_set.cc (right): https://codereview.chromium.org/716283003/diff/60001/cc/resources/picture_layer_tiling_set.cc#newcode52 cc/resources/picture_layer_tiling_set.cc:52: bool PictureLayerTilingSet::SyncTilings(const PictureLayerTilingSet& other, On 2014/11/14 21:39:51, danakj wrote: ...
6 years, 1 month ago (2014-11-14 23:49:02 UTC) #5
danakj
On Nov 14, 2014 6:49 PM, <vmpstr@chromium.org> wrote: > > > https://codereview.chromium.org/716283003/diff/60001/cc/resources/picture_layer_tiling_set.cc > File cc/resources/picture_layer_tiling_set.cc ...
6 years, 1 month ago (2014-11-15 00:05:19 UTC) #6
vmpstr
On 2014/11/15 00:05:19, danakj wrote: > On Nov 14, 2014 6:49 PM, <mailto:vmpstr@chromium.org> wrote: > ...
6 years, 1 month ago (2014-11-15 00:27:19 UTC) #7
vmpstr
PTAL. Any objections to making this a ::Create type of class instead of a on-the-stack-or-new ...
6 years, 1 month ago (2014-11-15 00:44:17 UTC) #8
danakj
LGTM
6 years, 1 month ago (2014-11-17 16:24:24 UTC) #9
danakj
On 2014/11/15 00:44:17, vmpstr wrote: > PTAL. Any objections to making this a ::Create type ...
6 years, 1 month ago (2014-11-17 16:25:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/716283003/100001
6 years, 1 month ago (2014-11-17 18:38:27 UTC) #12
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years, 1 month ago (2014-11-17 19:51:40 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-11-17 19:52:49 UTC) #14
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5879bdc6865f534d4d8e78ef9389d0d75b3dc42f
Cr-Commit-Position: refs/heads/master@{#304457}

Powered by Google App Engine
This is Rietveld 408576698