Bug 990391 - Qt set layers.offmainthreadcomposition.enabled = true by default. r=romaxa r=mattwoodrow

This commit is contained in:
Tatiana Meshkova 2014-04-07 10:04:00 +02:00
parent e72b6abffc
commit fc84c9b6e5

View File

@ -4026,6 +4026,11 @@ pref("layers.async-video.enabled",false);
pref("layers.async-video.enabled", true);
#endif
#ifdef MOZ_WIDGET_QT
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.async-video.enabled",true);
#endif
#ifdef XP_MACOSX
pref("layers.offmainthreadcomposition.enabled", true);
pref("layers.async-video.enabled",true);