diff --git a/browser/metro/profile/metro.js b/browser/metro/profile/metro.js index 9caf22ab598..e3f4922772b 100644 --- a/browser/metro/profile/metro.js +++ b/browser/metro/profile/metro.js @@ -30,6 +30,7 @@ pref("prompts.tab_modal.enabled", true); // Enable off main thread compositing pref("layers.offmainthreadcomposition.enabled", true); pref("layers.async-pan-zoom.enabled", false); +pref("gfx.axis.fling_friction", "0.002"); // Enable Microsoft TSF support by default for imes. pref("intl.enable_tsf_support", true);