commit | 3ce4dbb37a7b37981942a4ff81a51a5ee977a302 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Mon Jun 02 07:49:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 02 07:49:25 2025 |
tree | 7e9ec1213375d730204f81efb89003f36d9b5ac8 | |
parent | bd66b444ce84743aa3c0b37ac4780d0dd16edda0 [diff] |
[Blink] Harden RecreateCanvasInGpuRasterMode wrt being called 2D-only Renames to RecreateCanvasInGpuRasterModeForCanvas2D() and adds a CHECK that the rendering context is Canvas2D. The rename makes it self-evident in this CL that the method is in fact Canvas2D-only. Bug: 352263194 Change-Id: I3463e926a2dbfc9af9641aff310f911424aabd93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6604055 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1467979}
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.