commit | 78832359a85c583d930e85b43f898a991413ba2a | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri May 02 12:40:36 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 02 12:40:36 2025 |
tree | 5ca9f1c6d9b8d37b711440e5389e8721822f9bea | |
parent | a76212ce1e7399ce23d40798f51089f332cf2be2 [diff] |
[//cc] Remove TileDrawQuad::is_premultiplied This is always true, so that value can just be hardcoded into the few places where the field is queried. Bug: 410591523 Change-Id: I88cac1d74dda97f7a15e8375a6b9bffde8a64a3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6500701 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/main@{#1454934}
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.