No bug, enable off main thread animations for b2g, r=cjones over irc

This commit is contained in:
David Zbarsky 2012-07-23 17:49:08 -07:00
parent f1b8756af2
commit 8cd7f9761d

View File

@ -245,6 +245,8 @@ pref("ui.dragThresholdY", 25);
// Layers Acceleration
pref("layers.acceleration.disabled", false);
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.offmainthreadcomposition.animate-opacity", true);
pref("layers.offmainthreadcomposition.animate-transform", true);
pref("layers.async-video.enabled", true);
pref("layers.async-pan-zoom.enabled", true);