Commit 172126b4 authored by Matt Woodrow's avatar Matt Woodrow
Browse files

Bug 1440144 - Let retained dl ride the trains. r=miko

parent 0ea04a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3189,7 +3189,7 @@ pref("layout.display-list.dump-content", false);
pref("layout.display-list.dump-parent", false);

// Toggle retaining display lists between paints
#if !defined(ANDROID) && defined(NIGHTLY_BUILD)
#if !defined(ANDROID)
pref("layout.display-list.retain", true);
#else
pref("layout.display-list.retain", false);