mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Backed out changeset bd51857879db (bug 1862957) for causing WakeLock related failures. CLOSED TREE
This commit is contained in:
parent
582e249d86
commit
7adce61c32
@ -217,11 +217,11 @@ void gfxPlatformGtk::InitDmabufConfig() {
|
||||
"FEATURE_FAILURE_REQUIRES_EGL"_ns);
|
||||
}
|
||||
|
||||
nsAutoCString drmRenderDevice;
|
||||
gfxInfo->GetDrmRenderDevice(drmRenderDevice);
|
||||
gfxVars::SetDrmRenderDevice(drmRenderDevice);
|
||||
|
||||
if (feature.IsEnabled()) {
|
||||
nsAutoCString drmRenderDevice;
|
||||
gfxInfo->GetDrmRenderDevice(drmRenderDevice);
|
||||
gfxVars::SetDrmRenderDevice(drmRenderDevice);
|
||||
|
||||
if (!GetDMABufDevice()->IsEnabled(failureId)) {
|
||||
feature.ForceDisable(FeatureStatus::Failed, "Failed to configure",
|
||||
failureId);
|
||||
|
Loading…
Reference in New Issue
Block a user