зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a028fe7df1
Коммит
69e9ee97f9
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче