mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
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:
parent
4e76f83888
commit
324f4dbabb
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user