Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2019-12-21 07:13:32 +08:00
commit bd793d6099
7 changed files with 47 additions and 79 deletions

View file

@ -133,12 +133,7 @@ public:
}
bool AccelerateLayersByDefault() override {
#ifdef NIGHTLY_BUILD
// Only enable the GL compositor on Nightly for now until we have
// sufficient data for blocklisting.
return true;
#endif
return false;
}
#ifdef GL_PROVIDER_GLX