commit | dd0cc2585abb759c9f5a6ac5cbcc7a738b2bfdca | [log] [tgz] |
---|---|---|
author | Colin Blundell <[email protected]> | Tue Jun 24 06:27:28 2025 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jun 24 06:27:28 2025 |
tree | 26f3945cbae83edcc0bf6c745192209c2259f21f | |
parent | ad60e6441139eb6c3f53e778d518e8788c332bbc [diff] |
[Blink] Move CanvasResourceProviderPassThrough into WebGL context Nothing outside of the context uses it, and we are working to remove it entirely. Other than updating comments, the only minor code change is inlining the body of IsGMBAllowed() [1] at its callsite. [1] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/graphics/canvas_resource_provider.cc;l=105-112?q=IsGMBAllowed&ss=chromium Bug: 352263194 Change-Id: I29987e578c12418f7470757620a68c884adcae1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6662559 Commit-Queue: Colin Blundell <[email protected]> Reviewed-by: Vasiliy Telezhnikov <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Commit-Position: refs/heads/main@{#1477730}
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.