Use gpuBenchmarking for wheel scroll in pointer events wpt tests
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 pointer events web-platform tests. Bug: 1047176 Change-Id: Ie88bb707188b701d3f5a99e588fe6cffd3e23194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083852Reviewed-by:David Bokan <bokan@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#746930}
Showing
Please register or sign in to comment