commit | 59ae0a62ab0459ae9dd42d9ae925613fd755e09b | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Wed Jan 22 13:54:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 13:54:13 2025 |
tree | b4d4cabcf563c8cf64c628e2fb9fec470e90941f | |
parent | 0d173ef995fa2b5957d42d61ec4c16f8d95ea37c [diff] |
Implement CanvasResourceSharedBitmap::IsOverlayCandidate This subclass was getting base class implementation that was returning false. This CL updates it to use ClientSharedImage::usage instead to unify all code paths. This is no op, because we never pass SCANOUT when we create SI [1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/graphics/canvas_resource.cc;drc=27d34700b83f381c62e3a348de2e6dfdc08364b8;l=272 Bug: 390568190 Change-Id: Ief9c12711d60e4efed829d81384cbc5a3e15ba7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6186114 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1409611}
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.