Skip to content

Commit

Permalink
[embedlite] Drop touch start tolerance default value. Contributes to …
Browse files Browse the repository at this point in the history
…JB#39581
  • Loading branch information
rainemak committed Sep 1, 2017
1 parent 23ddbba commit b244cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embedding/embedlite/embedding.js
Expand Up @@ -66,7 +66,6 @@ pref("apz.fling_curve_function_y2", "1.0");
pref("apz.fling_curve_threshold_inches_per_ms", "0.03");
pref("apz.fling_friction", "0.003");
pref("apz.max_velocity_inches_per_ms", "0.07");
pref("apz.touch_start_tolerance", "0.027777f");

// Tweak default displayport values to reduce the risk of running out of
// memory when zooming in
Expand Down

0 comments on commit b244cbb

Please sign in to comment.