From 24d9275d092dd95e91ba3129a52c6a159e1e85cd Mon Sep 17 00:00:00 2001 From: Benoit Girard Date: Wed, 30 Nov 2011 11:12:37 -0500 Subject: [PATCH] Bug 706503 - Add layers.offmainthreadcomposition.enabled. r=joe --- modules/libpref/src/init/all.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 958789348c3b..9810eeba4084 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -3323,6 +3323,8 @@ pref("layers.acceleration.force-enabled", false); pref("layers.acceleration.draw-fps", false); +pref("layers.offmainthreadcomposition.enabled", false); + #ifdef XP_WIN // Whether to disable the automatic detection and use of direct2d. #ifdef MOZ_E10S_COMPAT