Bug 807760 - Disable OMTC in b2g builds on Windows. r=cjones

This commit is contained in:
Josh Matthews 2012-11-02 11:15:10 -04:00
parent 2bd2fe4b2c
commit 1907a7a7ec

View File

@ -236,7 +236,9 @@ pref("ui.dragThresholdY", 25);
// Layers Acceleration
pref("layers.acceleration.disabled", false);
#ifndef XP_WIN
pref("layers.offmainthreadcomposition.enabled", true);
#endif
pref("layers.offmainthreadcomposition.animate-opacity", true);
pref("layers.offmainthreadcomposition.animate-transform", true);
pref("layers.async-video.enabled", true);