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

Issue 1805343006: cc: Impl thread scroll on ScrollNode instead of LayerImpl (Closed)

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

Description

cc: Impl thread scroll on ScrollNode instead of LayerImpl BUG=568830 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/2668bea689fd4a5ce07011903bca095aaf67bb07 Cr-Commit-Position: refs/heads/master@{#381614}

Patch Set 1 #

Patch Set 2 : Redirect LayerImpl::ScrollBy to ScrollTree #

Patch Set 3 : Remove LayerImpl from ScrollAnimated #

Total comments: 6

Patch Set 4 : Resolve comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -75 lines) Patch
M cc/input/scroll_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 1 chunk +2 lines, -6 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 3 chunks +14 lines, -15 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/viewport.cc View 1 chunk +12 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 3 chunks +10 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 12 chunks +43 lines, -33 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 chunks +10 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/property_tree.h View 3 chunks +8 lines, -0 lines 0 comments Download
M cc/trees/property_tree.cc View 1 2 3 2 chunks +49 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
sunxd
The change still keeps LayerImpl::ScrollBy, but it is redirected to use ScrollTree::ScrollBy, and only used ...
4 years, 9 months ago (2016-03-16 21:02:18 UTC) #3
ajuma
https://codereview.chromium.org/1805343006/diff/40001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (right): https://codereview.chromium.org/1805343006/diff/40001/cc/layers/layer_impl.cc#newcode456 cc/layers/layer_impl.cc:456: if (!layer_tree_impl_->property_trees()->needs_rebuild && layer_tree_impl_ && Horizontal/vertical scrollability should never ...
4 years, 9 months ago (2016-03-16 21:49:24 UTC) #4
sunxd
https://codereview.chromium.org/1805343006/diff/40001/cc/layers/layer_impl.cc File cc/layers/layer_impl.cc (right): https://codereview.chromium.org/1805343006/diff/40001/cc/layers/layer_impl.cc#newcode456 cc/layers/layer_impl.cc:456: if (!layer_tree_impl_->property_trees()->needs_rebuild && layer_tree_impl_ && On 2016/03/16 21:49:24, ajuma ...
4 years, 9 months ago (2016-03-16 23:30:23 UTC) #5
ajuma
Thanks, lgtm.
4 years, 9 months ago (2016-03-16 23:40:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1805343006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1805343006/60001
4 years, 9 months ago (2016-03-16 23:42:57 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-17 00:49:56 UTC) #9
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 00:51:12 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2668bea689fd4a5ce07011903bca095aaf67bb07
Cr-Commit-Position: refs/heads/master@{#381614}

Powered by Google App Engine
This is Rietveld 408576698