commit | 12675a1bd6baf9e3dd5dc22e5648eed739ee9f8e | [log] [tgz] |
---|---|---|
author | Nate Chapin <japhet@chromium.org> | Thu Mar 27 23:59:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 27 23:59:53 2025 |
tree | 4338e17710c75428c1a4a869ae35c2f9bb061d55 | |
parent | 5bc8459e1cab40a4f6a13582e82f3a38cc23814c [diff] |
XRRigidTransform::matrix() and XRView::projectionMatrix() must not return null These return a null NotShared<> in certain cases, even though the IDL does not permit a null return value. Return an empty array instead. Fixed: 403632337 Change-Id: I8ed8d14de765c5a6eedb61d692d22b911eb7b352 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6405433 Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/main@{#1439108}
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.