Skip to content

Commit

Permalink
Bug 1400440 - Re-enable apz.frame_delay.enabled on Fennec Nightly. r=…
Browse files Browse the repository at this point in the history
…kats

MozReview-Commit-ID: E7Ukb76vMep

--HG--
extra : rebase_source : 5cfeccb1e21959e5614d0da70f60bf9ad548154f
  • Loading branch information
theres-waldo committed Sep 15, 2017
1 parent 6ad906f commit 6c1b30b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mobile/android/app/mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,11 @@ pref("apz.second_tap_tolerance", "0.3");
pref("apz.touch_move_tolerance", "0.03");
pref("apz.touch_start_tolerance", "0.06");

// Enabling this on Fennec is blocked on a proper fix for bug 1390145.
#ifdef NIGHTLY_BUILD
pref("apz.frame_delay.enabled", true);
#else
pref("apz.frame_delay.enabled", false);
#endif

pref("layers.progressive-paint", true);
pref("layers.low-precision-buffer", true);
Expand Down

0 comments on commit 6c1b30b

Please sign in to comment.