commit | 1470c9737d48a24e5fd076005911eac30570a798 | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Mon Jan 13 15:49:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 15:49:44 2025 |
tree | 55a7540b0be02a761909d9ae0190e32d5e9aba91 | |
parent | 00bc426d0984a5a52dae619e91d1f1294ee7175a [diff] |
Remove gpu_compositing from ToClosestSkColorType The are few callsites that can pass gpu_compositing = false, they are renambed to ToClosestSkColorTypeDeprecated, so we can work on eliminating them. Hardcoding to N32 was needed only for SharedBitmaps. Bug: 383575394 Change-Id: Idf22d09ece603b54ae2c8a485f21f1390267a354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6089238 Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1405518}
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.