commit 114b214d16e60b040046f636049a6050e08fddfe
parent a17801329eedb62102818a63454134616798911b
Author: Andrew Osmond <aosmond@gmail.com>
Date: Mon, 13 Oct 2025 11:44:57 +0000
Bug 1993946 - Allow the GPU process on unknown configs on Android. r=jnicol,gfx-reviewers
The blocklist won't work, but the GPU process should be considered
a baseline feature at this point.
Differential Revision: https://phabricator.services.mozilla.com/D268364
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/widget/GfxInfoBase.cpp b/widget/GfxInfoBase.cpp
@@ -1353,7 +1353,6 @@ const nsCString& GfxInfoBase::GetApplicationVersion() {
// The GPU process doesn't need hardware acceleration and can run on
// devices that we normally block from not being on our whitelist.
case nsIGfxInfo::FEATURE_GPU_PROCESS:
- return kIsAndroid;
// We can mostly assume that ANGLE will work
case nsIGfxInfo::FEATURE_DIRECT3D_11_ANGLE:
// Remote WebGL is needed for Win32k Lockdown, so it should be enabled