Bug 984794 - Switch to sticky axis locking on B2G. r=Cwiiis

This commit is contained in:
Kartikaya Gupta 2014-03-27 15:06:14 -04:00
parent e1ff533891
commit 116b6944ee

View File

@ -898,6 +898,8 @@ pref("apz.y_skate_size_multiplier", "1.5");
pref("apz.x_stationary_size_multiplier", "1.5");
pref("apz.y_stationary_size_multiplier", "1.8");
pref("apz.enlarge_displayport_when_clipped", true);
// Use "sticky" axis locking
pref("apz.axis_lock_mode", 2);
// This preference allows FirefoxOS apps (and content, I think) to force
// the use of software (instead of hardware accelerated) 2D canvases by