commit | 364060a2384dc8a968e47f983acddfbf15953023 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 19 18:23:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 18:23:31 2024 |
tree | 9710ca0b3ddcbe0e141b2b799ee2106fee746bf3 | |
parent | b3a19f2c62a63ae7e37d1ecb1fbd95dc1e4d183c [diff] |
WebGPU: Reset cropOrigin in the GPUExternalTexture 1-copy path. As part of a 5-way patch, visibleOrigin is renamed to cropOrigin. In the 1-copy path of GPUExternalTexture visibleOrigin is reset as the 1-copy will take care of the offseting of the image, so we need to also reset cropOrigin. Bug: 377574981 Change-Id: I929780b31b333ef7977f57185008e79109171b30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034979 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Fr <beaufort.francois@gmail.com> Commit-Queue: Fr <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/main@{#1385089}
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.