Backed out changeset d64dfccd44ed (bug 1619735) for Wr failures at css/filter-effects on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2020-03-04 22:01:38 +02:00
parent 7784b179a1
commit 50de7581c8

View File

@ -1179,11 +1179,7 @@ static bool OnlyAllowFeatureOnWhitelistedVendor(int32_t aFeature) {
case nsIGfxInfo::FEATURE_DIRECT3D_11_ANGLE:
return false;
default:
#ifdef NIGHTLY_BUILD
return false;
#else
return true;
#endif
}
}