| commit | 0006ebf3ef8a1969f5eacb02f669cb1513ee7bdf | [log] [tgz] |
|---|---|---|
| author | Colin Blundell <blundell@chromium.org> | Mon Jan 27 12:45:28 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 27 12:45:28 2025 |
| tree | b3dc91a2365a95dbb2d02f5b280c4b5e2e7a757c | |
| parent | 7d36e9108774bfaef5b87ebed964e488c182e94b [diff] |
[Blink] Add CanvasRenderingContextHost getter for SharedImageFormat Will be used to convert callsites of CRCHost::GetRenderingContextSkColorType() to instead operate on the SharedImageFormat. A bit down the line, we will swap the layering so that the SkColorType getter is on top of the SharedImageFormat getter (and then hopefully goes away entirely). Bug: 371227617 Change-Id: Ief61768c671531d6d8c67a21f31edbe09e5b5afa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198502 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/main@{#1411570}
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.