From ce250e9ccfddff9cae496ed7ad01404fd7135291 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 20 Dec 2019 17:59:59 +0100 Subject: Enable layers acceleration by default on GTK platforms. "Why is this still `blocked by default for platform`.. Everyone on Linux forces it on anyway once they are aware of it." -- Tobin Tag #1319 --- gfx/thebes/gfxPlatformGtk.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gfx/thebes/gfxPlatformGtk.h') diff --git a/gfx/thebes/gfxPlatformGtk.h b/gfx/thebes/gfxPlatformGtk.h index 982390d18..9959c0e13 100644 --- a/gfx/thebes/gfxPlatformGtk.h +++ b/gfx/thebes/gfxPlatformGtk.h @@ -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 -- cgit v1.2.3