Bug 900133 - Backout enabing new textures on OSX

This commit is contained in:
Nicolas Silva 2013-08-27 20:06:26 +02:00
Родитель 0dc21f6c5b
Коммит 1c6fc3b1fe
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4069,6 +4069,9 @@ pref("layers.async-video.enabled",false);
// Whether to disable acceleration for all widgets.
pref("layers.acceleration.disabled", false);
// Whether to use the deprecated texture architecture rather than the new one.
pref("layers.use-deprecated-textures", true);
// Whether to force acceleration on, ignoring blacklists.
#ifdef ANDROID
// bug 838603 -- on Android, accidentally blacklisting OpenGL layers
@ -4089,11 +4092,8 @@ pref("layers.max-active", -1);
#ifdef XP_MACOSX
pref("layers.offmainthreadcomposition.enabled", true);
// Whether to use the deprecated texture architecture rather than the new one.
pref("layers.use-deprecated-textures", false);
#else
pref("layers.offmainthreadcomposition.enabled", false);
pref("layers.use-deprecated-textures", true);
#endif
// same effect as layers.offmainthreadcomposition.enabled, but specifically for
// use with tests.