Bug 1574538 - Enable CoreAnimation by default. r=jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D42377

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Markus Stange 2019-08-20 18:44:20 +00:00
parent 4e76f83888
commit 324f4dbabb
2 changed files with 4 additions and 1 deletions

View File

@ -2946,7 +2946,11 @@
- name: gfx.core-animation.enabled
type: bool
#if defined(XP_MACOSX)
value: true
#else
value: false
#endif
mirror: once
#if defined(MOZ_WIDGET_ANDROID)

View File

@ -912,7 +912,6 @@ pref("gfx.ycbcr.accurate-conversion", false);
#ifdef XP_MACOSX
pref("gfx.compositor.glcontext.opaque", false);
pref("gfx.core-animation.enabled", false);
#endif
pref("gfx.webrender.highlight-painted-layers", false);