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

Issue 1548883002: Revert of Run smooth scroll animations on the compositor when possible (Closed)

Created:
5 years ago by Noel Gordon
Modified:
5 years ago
CC:
chromium-reviews, shans, blink-reviews-platform-graphics_chromium.org, dshwang, vmpstr+blinkwatch_chromium.org, rwlbuis, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, Justin Novosad, danakj, dglazkov+blink, Rik, blink-reviews, blink-reviews-api_chromium.org, Eric Willigers, rjwright, jbroman, krit, darktears, Stephen Chennney, blink-reviews-animation_chromium.org, blink-layers+watch_chromium.org, f(malita), 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

Revert of Run smooth scroll animations on the compositor when possible (patchset #4 id:60001 of https://codereview.chromium.org/1534813004/ ) Reason for revert: Appears to have made Linux debug builds fail the following tests: virtual/threaded/fast/scroll-behavior/overflow-scroll-root-frame-animates.html virtual/threaded/fast/scroll-behavior/overflow-scroll-animates.html https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20%28dbg%29/builds/5360 Reverting to green the Blink tree. Original issue's description: > Run smooth scroll animations on the compositor when possible > > This CL implements "immediate retargeting" shown in the following diagram: > https://docs.google.com/drawings/d/1z76m-GMDgLI-clkfroLJ-5yhsHkmriZr_swP0kn5iw4 > > This CL does the following > - Add a new state to ScrollAnimatorCompositorCoordinator to update the target > offset on the compositor > - Use the ScrollAnimatorCompositorCoordinator to schedule anim > - Add plumbing from the animators to the animation controller to abort > animations > > Sample test pages: > yashmalik.com/nested_scroll_mousewheel_listener.html > yashmalik.com/nested_scroll_mousewheel_listener_15ms_janky.html (tight loop in RAF) > > BUG=552556 > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel > > Committed: https://crrev.com/5534a2b2972534b523014c803e1e0e0541855cc7 > Cr-Commit-Position: refs/heads/master@{#366685} TBR=skobes@chromium.org,ajuma@chromium.org,vollick@chromium.org,rbyers@chromium.org,ymalik@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=552556 Committed: https://crrev.com/51059d9d038aa255afdddfcbd3d418eb42b718ff Cr-Commit-Position: refs/heads/master@{#366733}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -471 lines) Patch
M cc/animation/animation_player.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/animation/animation_player.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M cc/blink/web_compositor_animation_player_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/blink/web_compositor_animation_player_impl.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/blink/web_layer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/blink/web_layer_impl.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/layers/layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/layer.cc View 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/keyboard-scroll.html View 1 chunk +0 lines, -114 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/keyboard-scroll-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll.html View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-expected.txt View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp View 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimator.h View 2 chunks +5 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp View 7 chunks +36 lines, -155 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h View 4 chunks +6 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h View 3 chunks +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp View 4 chunks +0 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp View 4 chunks +15 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp View 3 chunks +3 lines, -11 lines 0 comments Download
M third_party/WebKit/public/platform/WebCompositorAnimationPlayer.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebLayer.h View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Noel Gordon
Created Revert of Run smooth scroll animations on the compositor when possible
5 years ago (2015-12-23 09:13:50 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548883002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548883002/1
5 years ago (2015-12-23 09:14:03 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-23 09:14:52 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/51059d9d038aa255afdddfcbd3d418eb42b718ff Cr-Commit-Position: refs/heads/master@{#366733}
5 years ago (2015-12-23 09:15:44 UTC) #8
Noel Gordon
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20%28dbg%29/builds/5366 the revert did not help. Test is just a lot slower and appears to ...
5 years ago (2015-12-23 11:35:20 UTC) #9
Noel Gordon
5 years ago (2015-12-23 11:36:52 UTC) #10
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1543043004/ by noel@chromium.org.

The reason for reverting is: The revert did not help, the tests

virtual/threaded/fast/scroll-behavior/overflow-scroll-root-frame-animates.html
virtual/threaded/fast/scroll-behavior/overflow-scroll-animates.html

are now slower and hitting test timeout limits.

.

Powered by Google App Engine
This is Rietveld 408576698