Bug 1677818 - Allow running WebRender on ANGLE in the parent process outside of Nightly. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D97344
This commit is contained in:
Matt Woodrow 2020-11-17 19:34:22 +00:00
Родитель a028fe7df1
Коммит 69e9ee97f9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -308,7 +308,7 @@ void gfxConfigManager::ConfigureWebRender() {
"ANGLE is disabled",
mFeatureD3D11HwAngle->GetFailureId());
} else if (!mFeatureGPUProcess->IsEnabled() &&
(!mIsNightly || !mWrForceAngleNoGPUProcess)) {
!mWrForceAngleNoGPUProcess) {
// WebRender with ANGLE relies on the GPU process when on Windows
mFeatureWrAngle->ForceDisable(
FeatureStatus::UnavailableNoGpuProcess, "GPU Process is disabled",