commit | 710c5e0932a46712aae7338226afc42f01a23934 | [log] [tgz] |
---|---|---|
author | Aaron Krajeski <aaronhk@chromium.org> | Wed Jan 18 17:38:32 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 18 17:38:32 2023 |
tree | fc0273acb63dd945495fb2c008263323754fbd91 | |
parent | 5ea980c132555f5907752b3e7f2279ec7f0e85ed [diff] |
Store a blink::Color on CanvasStyle Previously the private color_ member of CanvasStyle was an RGB32, which in turn is just an alias for an unsigned integer. With changes to CSS Color 4 added color depth and color space information would be lost using this format. The simple fix is just to store a blink::Color on the class. Bug: 1399566 Change-Id: I7d8d08209165890ce6daf6e807b5fa654f80ae1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4162199 Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/main@{#1093945}
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.