Back out 2708630b4998 (bug 899785) for webm-video/bug686957.html and random Win8 Ru bustage

This commit is contained in:
Phil Ringnalda 2014-05-18 21:51:59 -07:00
parent 02e1be649f
commit 261acdf1fb

View File

@ -3730,14 +3730,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);