summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-12-20 17:59:59 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-12-20 17:59:59 +0100
commitce250e9ccfddff9cae496ed7ad01404fd7135291 (patch)
tree456c0e450a4d17329ded8a7571fb786a9b24c177 /gfx
parent368170bdc089c59c743110b4de1f6cbc8a739a02 (diff)
downloadUXP-ce250e9ccfddff9cae496ed7ad01404fd7135291.tar
UXP-ce250e9ccfddff9cae496ed7ad01404fd7135291.tar.gz
UXP-ce250e9ccfddff9cae496ed7ad01404fd7135291.tar.lz
UXP-ce250e9ccfddff9cae496ed7ad01404fd7135291.tar.xz
UXP-ce250e9ccfddff9cae496ed7ad01404fd7135291.zip
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
Diffstat (limited to 'gfx')
-rw-r--r--gfx/thebes/gfxPlatformGtk.h5
1 files changed, 0 insertions, 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