commit | b9202ce500541a35803a8160b9f942ccdfa37f7d | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Wed Jan 22 14:43:39 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 14:43:39 2025 |
tree | 82272babed29e71604562a95b77db8b9182d0d36 | |
parent | e01e1b07f8c8756b7c34db504ca76c9e5857552c [diff] |
Allow SCANOUT for ImageBitmap from VideoFrame Right now when we create ImageBitmap from VideoFrame we don't set is_overlay_candidate, which is later is copied to TransferableResource is_overlay_candidate if this image is sent to display compositor via bitmap canvas context. [1] This CL allows to use overlays if image was created with SCANOUT in a first place. Bug: 390568190 Change-Id: I727c2fda3407e912a4ad164070bac8f9a25a8261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6187183 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1409630}
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.