mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Bug 990391 - Qt set layers.offmainthreadcomposition.enabled = true by default. r=romaxa r=mattwoodrow
This commit is contained in:
parent
e72b6abffc
commit
fc84c9b6e5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user