commit | eb97ea8d70a20a41d26d6b8b081a80198c7fd13c | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Fri May 17 18:53:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 17 18:53:31 2024 |
tree | 5d386d78c122445d17c4706511b04c59b2385589 | |
parent | 48f28a437b0ce85a0afc2e5843e7149504e11084 [diff] |
Add a texture parameter to `endWebGPUAccess`. This CL adds the GPUTexture to our IDL, and updates all tests to conform to the new API. At present, the passed-in texture is checked to verify that it's not destroyed, but we don't fully validate it and don't use it to restore the canvas contents. In the spirit of small CLs, that work will be done in a followup. Bug: 339846593 Change-Id: Ica79a9c3e21a5385b341019cecb1479297a43bb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5538688 Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Cr-Commit-Position: refs/heads/main@{#1302741}
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.