commit | 2d181dfe726e1cbff7b6183cf65f8b5fa4eac1ea | [log] [tgz] |
---|---|---|
author | Yaroslav Shalivskyy <yshalivskyy@microsoft.com> | Fri Dec 06 18:14:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 18:14:18 2024 |
tree | d43dde0803c9d8781eea86749c3f3177fd2ba90e | |
parent | a188dd11d243a491e9e3c0f254a0330db1a4e19d [diff] |
Remove scroll_by_percentage param from SmoothScrollByXY() The CL removes scroll_by_percentage parameter from GpuBenchmarking::SmoothScrollByXY() and its remaining usages in the codebase. The param will be still present in deprecated GpuBenchmarking::SmoothScrollBy() due to the dependency of third_party/catapult/ and tools/perf/ code on the method. This will be fixed later. See more details: crbug.com/382108343. Bug: 359747082 Change-Id: I7cbd20a8eeebdb001fb11db8cc95d2e308df0994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6042872 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Olga Gerchikov <gerchiko@microsoft.com> Commit-Queue: Yaroslav Shalivskyy <yshalivskyy@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1393013}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.