Use gpuBenchmarking.smoothScrollByXY in mouse-wheel-main-frame-event.html
After we finish the scroll unification, the scrolls happens mainly on the compositor thread, and the scroll code in the main thread will be removed. eventSender sends the scroll events to main thread, so it would not work after the scroll unification. We should replace eventSender.continuousMouseScrollBy with gpuBenchmarking.smoothScrollByXY in fast/events/mouse-wheel-main-frame-event.html. Bug: 1047176 Change-Id: I5746dc6504e15984862957c670c458979afe5b4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332327Reviewed-by:David Bokan <bokan@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#795681}
Showing
Please register or sign in to comment