commit | ee98b800905776ecb263d3d9857a369d4fe9dee0 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Aug 01 06:54:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 01 06:54:15 2025 |
tree | 781a37afd81eadde55fffae2b413d45e1f16ac85 | |
parent | 68a28684e986e6168bc381093ec63df3687edd7a [diff] |
[Blink] Stop ImageBitmapRC creating bitmap CRP for offscreen canvas ImageBitmapRenderingContext uses `resource_provider_for_offscreen_canvas_` only to produce a CanvasResource to serve as an offscreen canvas frame [1]. By the same reasoning as in [2], this serves no purpose as CanvasResourceProviderBitmap returns null from ProduceCanvasResource(). [1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/canvas/imagebitmap/image_bitmap_rendering_context.cc;l=237-247;drc=5bed397406fa579d7fa13d67cfd58a0f000d8e92;bpv=1;bpt=1 [2] https://chromium-review.googlesource.com/c/chromium/src/+/6787816 Bug: 352263194 Change-Id: Ic54ac0aaa8cdbffaf1d65a632618f8dfd75b3d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6802806 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1495266}
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.