Skip to content

Commit

Permalink
Enable APZ
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov committed Aug 12, 2014
1 parent 0244f2a commit 8078a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -43,6 +43,7 @@ pref("browser.dom.window.dump.enabled", true);
pref("layers.acceleration.draw-fps", false);
pref("layers.use-deprecated-textures", false);
pref("layers.enable-tiles", true);
pref("layers.async-pan-zoom.enabled", true);
pref("font.size.inflation.disabledInMasterProcess", true);
pref("apz.asyncscroll.throttle", 15);
pref("apz.y_skate_size_multiplier", "4.5f");
Expand Down

0 comments on commit 8078a05

Please sign in to comment.