commit | 6269436f32dcadbaaea2a4bdba7c18a95a2f900c | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Nov 21 08:05:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 08:05:14 2024 |
tree | 4b6d467f24d2c927e10d8fdc6b462383cc1ddaf8 | |
parent | 3648450a800b43964a34b45f1d56420046fa4e0e [diff] |
[Blink] Rename sk_alpha_type to alpha_type in canvas_resource.* SkAlphaType is the canonical type used to express the alpha type for SharedImage, and as such it doesn't need the "sk_" prefix. Bug: 371227617 Change-Id: I5be9854575c87ae919671537dd3f9e4242e31091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032757 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386093}
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.