Bug 980770 - Enable off-main-thread animations on Linux (and other X11 based platforms), for nightly/aurora. r=birtles

This commit is contained in:
L. David Baron 2015-04-16 18:13:15 -07:00
parent aa0d4caeeb
commit 110dc8477d
2 changed files with 1 additions and 4 deletions

View File

@ -25,3 +25,4 @@ skip-if = buildapp == 'mulet'
[document-timeline/test_request_animation_frame.html]
skip-if = buildapp == 'mulet'
[mozilla/test_deferred_start.html]
skip-if = os == 'linux' && e10s && buildapp == 'browser' # bug 1150351

View File

@ -4041,12 +4041,8 @@ pref("layers.offmainthreadcomposition.force-basic", false);
#ifdef RELEASE_BUILD
pref("layers.offmainthreadcomposition.async-animations", false);
#else
#if defined(MOZ_X11)
pref("layers.offmainthreadcomposition.async-animations", false);
#else
pref("layers.offmainthreadcomposition.async-animations", true);
#endif
#endif
// Whether to log information about off main thread animations to stderr
pref("layers.offmainthreadcomposition.log-animations", false);