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

Issue 2770293003: Feed ScrollableArea::showOverlayScrollbars into ScrollbarAnimationController. (Closed)

Created:
3 years, 9 months ago by skobes
Modified:
3 years, 8 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, blink-reviews-layout_chromium.org, cc-bugs_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, jchaffraix+rendering, kinuko+watch, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Feed ScrollableArea::showOverlayScrollbars into ScrollbarAnimationController. No behavior change yet since every scroll currently hits SAC::DidScrollUpdate, but this adds plumbing to let Blink make the decision. BUG=606395 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2770293003 Cr-Commit-Position: refs/heads/master@{#460178} Committed: https://chromium.googlesource.com/chromium/src/+/56451775d90238d9def5e9663771de8d0ca7ef6f

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -2 lines) Patch
M cc/blink/web_layer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_layer_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/input/scrollbar_animation_controller.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/input/scrollbar_animation_controller.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/layer.h View 2 chunks +4 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M cc/layers/layer_impl.cc View 3 chunks +4 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 1 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.h View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebLayer.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (15 generated)
skobes
This is part 1; part 2 is http://crrev.com/2775863006 (WIP).
3 years, 8 months ago (2017-03-27 15:58:49 UTC) #9
bokan
https://codereview.chromium.org/2770293003/diff/1/cc/trees/layer_tree_impl.cc File cc/trees/layer_tree_impl.cc (right): https://codereview.chromium.org/2770293003/diff/1/cc/trees/layer_tree_impl.cc#newcode546 cc/trees/layer_tree_impl.cc:546: target_tree->ShowScrollbars(); I think this relies on there always being ...
3 years, 8 months ago (2017-03-27 16:25:13 UTC) #10
skobes
https://codereview.chromium.org/2770293003/diff/1/cc/trees/layer_tree_impl.cc File cc/trees/layer_tree_impl.cc (right): https://codereview.chromium.org/2770293003/diff/1/cc/trees/layer_tree_impl.cc#newcode546 cc/trees/layer_tree_impl.cc:546: target_tree->ShowScrollbars(); On 2017/03/27 16:25:13, bokan wrote: > I think ...
3 years, 8 months ago (2017-03-27 19:00:31 UTC) #11
aelias_OOO_until_Jul13
lgtm
3 years, 8 months ago (2017-03-28 00:10:15 UTC) #12
bokan
On 2017/03/27 19:00:31, skobes wrote: > https://codereview.chromium.org/2770293003/diff/1/cc/trees/layer_tree_impl.cc > File cc/trees/layer_tree_impl.cc (right): > > https://codereview.chromium.org/2770293003/diff/1/cc/trees/layer_tree_impl.cc#newcode546 > ...
3 years, 8 months ago (2017-03-28 13:32:37 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2770293003/20001
3 years, 8 months ago (2017-03-28 16:33:13 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/396422)
3 years, 8 months ago (2017-03-28 16:43:48 UTC) #18
skobes
+pdr for OWNERS
3 years, 8 months ago (2017-03-28 16:47:50 UTC) #20
pdr.
LGTM
3 years, 8 months ago (2017-03-28 17:40:08 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2770293003/20001
3 years, 8 months ago (2017-03-28 17:45:37 UTC) #23
commit-bot: I haz the power
3 years, 8 months ago (2017-03-28 18:47:34 UTC) #26
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/56451775d90238d9def5e9663771...

Powered by Google App Engine
This is Rietveld 408576698