Bug 1265880 - Drop the APZ velocity bias to 0 on desktop. r=mstange

MozReview-Commit-ID: 5n62Vo5rzVk

--HG--
extra : rebase_source : 3f3e485cdacdb4085371186e5f472f6533950ea5
This commit is contained in:
Kartikaya Gupta 2016-05-16 11:20:44 -04:00
Родитель 77ab8893ab
Коммит e688f4d7c8
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1386,6 +1386,7 @@ pref("browser.tabs.crashReporting.email", "");
#ifndef MOZ_MULET
pref("layers.async-pan-zoom.enabled", true);
#endif
pref("apz.velocity_bias", "0.0");
// Enable e10s add-on interposition by default.
pref("extensions.interposition.enabled", true);