commit | bad543cb988c45dd3c27e02c3130cb152658cfe8 | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Wed Jan 22 15:48:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 15:48:12 2025 |
tree | 098970f723a9873dfcddee8f6359644b0ad27118 | |
parent | 2e05216b02d1bb98ef750dd3860f5d3eabe14ef0 [diff] |
Use SharedImage usage for is_overlay_candidate in webxr drawing buffer In preparation to remove the field. It's no op, because: * SharedImage is never created with SCANOUT [1] * Image is used only as source for CopySubTexture via gles [2] [1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/graphics/gpu/xr_webgl_drawing_buffer.cc;drc=27d34700b83f381c62e3a348de2e6dfdc08364b8;l=501 [2] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/graphics/gpu/xr_frame_transport.cc;drc=27d34700b83f381c62e3a348de2e6dfdc08364b8;l=170 Bug: 390568190 Change-Id: I95daae61388fa8e3ec4634cfe239407b74f437b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6187730 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1409673}
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.