Enable layers acceleration by default on GTK.

master
Fedor 2020-03-12 20:39:45 +03:00
parent 529b59a04e
commit d1171a2e89
1 changed files with 0 additions and 5 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