Bug 968495 - Increase frequency for repainting while panning. r=vingtetun

This commit is contained in:
Kartikaya Gupta 2014-02-06 09:27:53 -05:00
Родитель 3f81e4be8e
Коммит 108a717e57
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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