commit | d451a4558e6b6d435abe11770e1a46481feaeb1f | [log] [tgz] |
---|---|---|
author | andrewxu <andrewxu@chromium.org> | Fri Feb 16 17:31:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 17:31:53 2024 |
tree | dfb8e20185deed97e3d8e184ca631ce3926a0587 | |
parent | e7ec978b4bb4d723c39dd640c63289d05e391314 [diff] |
[Holding Space] Allow setting secondary label color with SkColor This CL supports setting a holding space item's secondary label color with SkColors for dark/light modes respectively. To do so, the functions that set the secondary label color accepts a std::variant as the parameter instead of a ui::ColorId. This CL should not change any existing UI appearance. Bug: b/319714663 Change-Id: Ibc2fd89cd2483811d72678e7c6a5cbe794960d84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5301596 Reviewed-by: David Black <dmblack@google.com> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/main@{#1261723}
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.