Bug 1630279 - Disable the disabling of DComp so we get more testing. r=aosmond

This is in anticipation of having a looser condition for enabling
DComp. Until that code is ready we might as well get more testing.

Differential Revision: https://phabricator.services.mozilla.com/D71060

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Muizelaar 2020-04-15 17:30:56 +00:00
parent fbe8b27f53
commit 7158ea87e7

View File

@ -3087,9 +3087,11 @@ void gfxPlatform::InitWebRenderConfig() {
// for avoiding a problem like Bug 1618370.
// XXX Is there a better check for Bug 1618370?
if (!DeviceManagerDx::Get()->CheckHardwareStretchingSupport()) {
/*
featureComp.Disable(
FeatureStatus::Unavailable, "No hardware stretching support",
NS_LITERAL_CSTRING("FEATURE_FAILURE_NO_HARDWARE_STRETCHING"));
*/
}
#endif