commit | 547fac2d03fe150abf5f6f8396a80b65f93b85bd | [log] [tgz] |
---|---|---|
author | Jeffrey Young <cowmoo@google.com> | Wed Dec 14 21:49:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 14 21:49:19 2022 |
tree | 533a5b7dbea660c53c60141129da4ffb9c11440b | |
parent | 71a3a95086b508c94fff7c99b8e7b20434343eff [diff] |
ambient: fix clock color When time_view.cc was refactored to use ui::ColorId instead of SkColor, glanceable_info_view.cc was not updated. ui::ColorId and SkColor are both int, so it still compiled. This caused the clock to display gfx::kPlaceholderColor (red). This is a small fix to address M110 while a more comprehensive refactor of ambient is done to prepare for the AshColorProvider to ui::ColorProvider migration. BUG=b:261771241,b:262261130 Change-Id: Ia111d569ce44d93e125bd66f48e94e0050a9665c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4097968 Reviewed-by: Angela Xiao <angelaxiao@chromium.org> Reviewed-by: Tao Wu <wutao@chromium.org> Reviewed-by: Jiaming Cheng <jiamingc@chromium.org> Commit-Queue: Jeffrey Young <cowmoo@google.com> Cr-Commit-Position: refs/heads/main@{#1083357}
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.