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

Issue 672673003: cc: Make TileManager task limit configurable (Closed)

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

Description

cc: Make TileManager task limit configurable Currently TileManager will only schedule up to a hardcoded limit of 32 tasks. Instead, make this a layer tree setting. This will help impl-side painting for layout tests, so that one ManageTiles + WaitForAllScheduledTasks can guarantee all visible tiles are ready. R=vmpstr@chromium.org BUG=381919 Committed: https://crrev.com/06a2caf2033efcc3c93802a69fd6e32c6bf194e1 Cr-Commit-Position: refs/heads/master@{#300941}

Patch Set 1 #

Patch Set 2 : Make raster task limit a setting #

Patch Set 3 : Clean up diff #

Total comments: 8

Patch Set 4 : reveman nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -11 lines) Patch
M cc/resources/tile_manager.h View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 4 chunks +8 lines, -6 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 3 3 chunks +7 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
enne (OOO)
6 years, 2 months ago (2014-10-22 22:32:34 UTC) #1
vmpstr
lgtm
6 years, 2 months ago (2014-10-22 22:39:28 UTC) #2
enne (OOO)
reveman: I talked about this a bunch with vmpstr over chat (which is why there's ...
6 years, 2 months ago (2014-10-22 22:42:39 UTC) #3
reveman
On 2014/10/22 22:42:39, enne wrote: > reveman: I talked about this a bunch with vmpstr ...
6 years, 2 months ago (2014-10-23 15:18:18 UTC) #4
enne (OOO)
On 2014/10/23 at 15:18:18, reveman wrote: > A lot of code has been tuned to ...
6 years, 1 month ago (2014-10-23 17:33:22 UTC) #5
enne (OOO)
6 years, 1 month ago (2014-10-23 17:52:25 UTC) #7
reveman
lgtm with nits https://codereview.chromium.org/672673003/diff/40001/cc/resources/tile_manager.h File cc/resources/tile_manager.h (right): https://codereview.chromium.org/672673003/diff/40001/cc/resources/tile_manager.h#newcode241 cc/resources/tile_manager.h:241: size_t scheduled_raster_task_limit_; nit: const size_t https://codereview.chromium.org/672673003/diff/40001/cc/test/fake_tile_manager.cc ...
6 years, 1 month ago (2014-10-23 19:17:39 UTC) #8
enne (OOO)
https://codereview.chromium.org/672673003/diff/40001/cc/resources/tile_manager.h File cc/resources/tile_manager.h (right): https://codereview.chromium.org/672673003/diff/40001/cc/resources/tile_manager.h#newcode241 cc/resources/tile_manager.h:241: size_t scheduled_raster_task_limit_; On 2014/10/23 19:17:38, reveman wrote: > nit: ...
6 years, 1 month ago (2014-10-23 19:29:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/672673003/60001
6 years, 1 month ago (2014-10-23 19:30:43 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-10-23 20:34:51 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-10-23 20:35:21 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/06a2caf2033efcc3c93802a69fd6e32c6bf194e1
Cr-Commit-Position: refs/heads/master@{#300941}

Powered by Google App Engine
This is Rietveld 408576698