Backed out changeset 718a9852b60d (bug 899785) for near-permanent reftest failures on Windows CLOSED TREE

This commit is contained in:
Wes Kocher 2014-05-19 15:32:46 -07:00
Родитель 1a69acc2e4
Коммит c547999758
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -3734,14 +3734,10 @@ pref("layers.offmainthreadcomposition.frame-rate", -1);
#ifndef XP_WIN
// Asynchonous video compositing using the ImageBridge IPDL protocol.
// requires off-main-thread compositing.
// Never works on Windows, so no point pref'ing it on.
pref("layers.async-video.enabled",false);
#endif
#ifdef XP_WIN
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.async-video.enabled", true);
#endif
#ifdef MOZ_X11
// OMTC off by default on Linux, but if activated, use new textures and async-video.
pref("layers.async-video.enabled", true);