commit | 0c119abc980ddecf6197642b505fcb535c996de2 | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Wed May 07 15:46:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 15:46:01 2025 |
tree | 59f1d0fe98a1d7b4d82576355c74f01bc314baeb | |
parent | 6c6234047f7ca70d599be3e81aa2cfe65da38191 [diff] |
Don't create RasterInterface with software compositor It's impossible to create RasterDecoder without skia being initialized on the service side and we don't initialize it when we run with software compositor. When this happens current code falls back to Raster-over-gles which is not supported to run without gpu compositing either. This CL disallows creation of RasterInterface in this case under kill-switch. Note, this CL is no-op, the flag is flipped in a separate CL for easier revert if needed. Bug: 391648152 Change-Id: I10e21724d1533c6c4206a6c5dd9f1a64fc1ea025 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6512430 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#1457023}
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.