commit | cfc9ab8bd7362012330caeac7b35f16ab837d729 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Thu May 29 02:33:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 02:33:51 2025 |
tree | ab988c2518ae322fd8f9d474d74120415d4d3251 | |
parent | 17c49f71ec8a1ae882097b3316bcdf6e3da1bbfa [diff] |
Correctly handle non-pixmap GPU memory buffer handles in exo::Buffer exo::Buffer can wrap shmem GPU memory buffer handles; as part of incrementally moving GpuMemoryBufferHandler closer to a true variant, `native_pixmap_handle()` can now only be called on pixmap instances. As a result, the conditional check must check the actual type, and not merely that the handle is not null. Bug: 420705436 Change-Id: Iefcd9f2963ff53abdb57194b656ce196fadd5cfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6599035 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1466843}
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.