| commit | dcd5c4b54bd4dc201c5b272b2ec3096b67c6fe29 | [log] [tgz] |
|---|---|---|
| author | Peter McNeeley <petermcneeley@chromium.org> | Fri Sep 30 14:12:18 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 14:12:18 2022 |
| tree | f0e1d74a2460f7eb93ecb53697086b7dde65a4b0 | |
| parent | d63324efde53c88252543b2d00eac44e52291922 [diff] |
Overlay texture background for only non opaque formats Previous cl [1] was not accurate enough when it came to discarding the |background_color| of the |TextureDrawQuad|. Background color only matters when it the resource format is not an opaque type. Rounded corners and linear gradients play no role. This bug was only visible in LaCros chrome in motion mark. [1] https://chromium-review.googlesource.com/c/chromium/src/+/3884857 Bug: 1368290 Change-Id: Ic973e512f3e8a8532d0f20d106730c51711796c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3916559 Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Reviewed-by: Kevin Haslett <khaslett@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@chromium.org> Cr-Commit-Position: refs/heads/main@{#1053559}
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.