commit | d741b8dde6bc95d85172261e849fe2a832e5e8c2 | [log] [tgz] |
---|---|---|
author | Bo Liu <boliu@chromium.org> | Thu Jan 09 15:28:53 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 09 15:28:53 2025 |
tree | e55a20fbf4b088e44955c1dcb30ba8162a9f538e | |
parent | 83152a1459dbce7b1382d0975490e60f88b27558 [diff] |
android: GPU fallback does not affect renderer GPU fallback should not cause all renderers to fallback, and vice versa, since GPU fallback is purely a retry, but renderer fallback disables the zygote. Add a mIndependentFallback to control whether to ignore sAlwaysFallback and set it from FixedSizeAllocatorImpl. This is a follow up fix to r1403622. Bug: 40086490 Change-Id: I8c47ce41e21c5ffcd5924dc28ec2209b6444514c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6161096 Commit-Queue: Bo Liu <boliu@chromium.org> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1404178}
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.