From 108a717e57cbc10fdf241b7887b01916c0f048e4 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 6 Feb 2014 09:27:53 -0500 Subject: [PATCH] Bug 968495 - Increase frequency for repainting while panning. r=vingtetun --- b2g/app/b2g.js | 1 + 1 file changed, 1 insertion(+) diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index c0934b8264f7..dceafbea9947 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -874,6 +874,7 @@ pref("identity.fxaccounts.auth.uri", "https://api-accounts.dev.lcip.org/v1"); // Gaia relies heavily on scroll events for now, so lets fire them // more often than the default value (100). pref("apz.asyncscroll.throttle", 40); +pref("apz.pan_repaint_interval", 40); // This preference allows FirefoxOS apps (and content, I think) to force // the use of software (instead of hardware accelerated) 2D canvases by