commit | e10f6dc545c286ac3c9d6777ca2ee66a5755d621 | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Thu Mar 10 16:08:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 10 16:08:01 2022 |
tree | 168586f7cde3d97c57894cb27a948b4b23d413ba | |
parent | ec344f769415f61aec6881849ff28362b218beb2 [diff] |
Paint productivity launcher scrollbar as active during mouse drags Prior to this CL, the launcher scrollbar thumb would draw a bright active state when the mouse was hovered over it. However, the thumb can be dragged with the mouse, and the mouse does not always stay on top of the thumb (due to mouse capture). Change the opacity/painting logic to paint the thumb as active during mouse drags. Bug: 1304872 Test: added to ash_unittests Change-Id: I3d2aa29a6861ecb15700de122edf17f0b0d71d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3514028 Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#979790}
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.