commit | 3749f51474003fe58fb08ec4b81b3daabc42dcbf | [log] [tgz] |
---|---|---|
author | kylechar <kylechar@chromium.org> | Tue Sep 17 17:08:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 17:08:12 2024 |
tree | bd71b815a8a41f9d19e8fd2756d1e5002ebed334 | |
parent | 33a0fa9efa36aa049ce0984a625470909f8e436d [diff] |
Change DrawQuad to have max one resource Modify the existing DrawQuad::Resources container to be able to hold between 0 and 1 ResourceIds. YuvVideoDrawQuad has been deleted and no other quad types need more than a single resource. DrawQuad will be modified to hold a single ResourceId as a follow up. Bug: 332564976 Change-Id: Ib995c863508fce0a9499905123c13e58819d878e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5866994 Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org> Commit-Queue: Kyle Charbonneau <kylechar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1356552}
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.