From d1171a2e895a1e02f7680f44c63a538668849e7c Mon Sep 17 00:00:00 2001 From: Fedor Date: Thu, 12 Mar 2020 20:39:45 +0300 Subject: [PATCH] Enable layers acceleration by default on GTK. --- gfx/thebes/gfxPlatformGtk.h | 5 ----- 1 file changed, 5 deletions(-) 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