commit | 174699845e49d4456acf16c5d0be7fc8d4100cdd | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Fri Feb 28 08:35:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 08:35:12 2025 |
tree | a2cc359c86f7a9c75c7d89bee2272a4c9061ceb0 | |
parent | fb94718ec50deaa3495e526fde219529078f44f6 [diff] |
[Blink] Make CanvasRC2D killswitches accessible to HTMLCanvasElement In a followup CL html_canvas_element.cc will need to determine whether killswitches currently hidden in canvas_rendering_context_2d.cc are enabled or not as a gate on it enabling new codepaths that build on these killswitches. This CL moves these killswitches up to CanvasRenderingContext (available via static methods) so that html_canvas_element.cc will be able to query them. This is ugly of course, but it's temporary as the code added here will go away entirely once the killswitch-guarded behavior rolls out safely. Bug: 40280152 Change-Id: I89ad7cd196917a4bf5ea3ad5a611273bc5d19a4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6309143 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1426169}
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.