Use gpuBenchmarking for wheel scroll in fast/scroll-behavior/smooth-scroll/
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.smoothScrollBy in scroll tests in fast/scroll-behavior/smooth-scroll/. Bug: 1047176 Change-Id: I3a2a153c2f1632167e06ce8e1f6b9600f1c54313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083341 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#753047}
Showing
Please register or sign in to comment