commit | 45ee62a3250a0a6df1c9e285804f773d1dea6577 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Apr 04 16:03:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 04 16:03:57 2023 |
tree | 112e0d8ef26c6ad9d0f53595a73611ec02e78da9 | |
parent | afe7fbfef7b8e9c4b420b149ca0dd73db63c1816 [diff] |
WebGPU: s/WGPU_STRIDE_UNDEFINED/WGPU_COPY_STRIDE_UNDEFINED/ WGPU_STRIDE_UNDEFINED had been deprecated for a long time in favor of the other define. Replace its last usage in Chromium so it can be removed. Bug: dawn:520 Change-Id: I30075b7760575f052c35893c40ea65a3807fa4c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4392874 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/main@{#1126018}
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.