Bug 974197 - Remove the layers acceleration pref change that accidentally made it in. CLOSED TREE

This commit is contained in:
Matt Woodrow 2014-04-16 10:56:04 +12:00
parent 385e2f9891
commit 58ea787e41

View File

@ -274,7 +274,6 @@ pref("ui.dragThresholdY", 25);
pref("layers.offmainthreadcomposition.enabled", true);
#ifndef MOZ_WIDGET_GONK
pref("dom.ipc.tabs.disabled", true);
pref("layers.acceleration.disabled", true);
pref("layers.offmainthreadcomposition.async-animations", false);
pref("layers.async-video.enabled", false);
#else