Bug 970600 - Enable background-blend-mode property be default in all builds. r=roc

This commit is contained in:
Horia Iosif Olaru 2014-02-11 17:37:06 -05:00
parent 8d67707629
commit 9e5687f45e

View File

@ -1804,11 +1804,7 @@ pref("layout.css.scope-pseudo.enabled", true);
#endif
// Is support for background-blend-mode enabled?
#ifdef RELEASE_BUILD
pref("layout.css.background-blend-mode.enabled", false);
#else
pref("layout.css.background-blend-mode.enabled", true);
#endif
// Is support for CSS vertical text enabled?
pref("layout.css.vertical-text.enabled", false);