summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_modules_libpref_init_all.js
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_modules_libpref_init_all.js')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_modules_libpref_init_all.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_modules_libpref_init_all.js b/mail/thunderbird45/patches/patch-mozilla_modules_libpref_init_all.js
new file mode 100644
index 00000000000..8a618780699
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_modules_libpref_init_all.js
@@ -0,0 +1,13 @@
+$NetBSD: patch-mozilla_modules_libpref_init_all.js,v 1.1 2017/04/27 13:38:19 ryoon Exp $
+
+--- mozilla/modules/libpref/init/all.js.orig 2016-04-07 21:33:29.000000000 +0000
++++ mozilla/modules/libpref/init/all.js
+@@ -4332,7 +4332,7 @@ pref("layers.max-active", -1);
+ pref("layers.tiles.adjust", true);
+
+ // Set the default values, and then override per-platform as needed
+-pref("layers.offmainthreadcomposition.enabled", true);
++pref("layers.offmainthreadcomposition.enabled", false);
+ // Compositor target frame rate. NOTE: If vsync is enabled the compositor
+ // frame rate will still be capped.
+ // -1 -> default (match layout.frame_rate or 60 FPS)