commit | cd63b65ee34fef7ef634ef956d5b31222c976ed9 | [log] [tgz] |
---|---|---|
author | Michael Wilson <mjwilson@chromium.org> | Wed Jun 22 07:13:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 22 07:13:59 2022 |
tree | 30b09bf03718e44199ec0a9f1664f2c2648ddbe2 | |
parent | 3552bc3df510dc4d1994cc3b3829b5c8793a48bc [diff] |
[WebAudio] Reorder some panner code in preparation for later refactoring Future panner refactoring will require moving some code blocks and changing some of the code in the code blocks. Doing both of these things at the same time makes diffs that are difficult to review. This CL preemptively moves the code blocks without doing any other changes, so that future changes will be easier to review. This should cause no functional changes. It is just moving code verbatim to different locations in the files. This is a sub-change of https://crrev.com/c/3706498 Change-Id: If02ce12a7a3cde61081f7205fb255debe7a1a424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3713419 Auto-Submit: Michael Wilson <mjwilson@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1016578}
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.