Backed out changeset d51737cf083d for android reftest failures

This commit is contained in:
Wes Kocher 2016-05-31 16:05:58 -07:00
parent 7912b3c534
commit 738f9c933b

View File

@ -582,7 +582,11 @@ pref("apz.overscroll.enabled", true);
#endif
pref("layers.progressive-paint", true);
#ifdef NIGHTLY_BUILD
pref("layers.low-precision-buffer", false);
#else
pref("layers.low-precision-buffer", true);
#endif
pref("layers.low-precision-resolution", "0.25");
pref("layers.low-precision-opacity", "1.0");
// We want to limit layers for two reasons:
@ -740,6 +744,10 @@ pref("layout.framevisibility.numscrollportwidths", 1);
pref("layout.framevisibility.numscrollportheights", 1);
pref("layers.enable-tiles", true);
#ifdef NIGHTLY_BUILD
pref("layers.tiles.fade-in.enabled", true);
pref("layers.tiles.fade-in.duration-ms", 250);
#endif
// Enable the dynamic toolbar
pref("browser.chrome.dynamictoolbar", true);