Bug 1247229 - Turn on layout.css.clip-path-shapes.enabled on all releases. r=dholbert

MozReview-Commit-ID: 4zjMZJxQeO8

--HG--
extra : rebase_source : cb766308692621b5a25ed0ee180a5123f605da45
This commit is contained in:
cku 2016-12-16 11:53:29 +08:00
parent 6023dab957
commit 8bf0d34e6a

View File

@ -2508,11 +2508,7 @@ pref("layout.css.scroll-snap.prediction-max-velocity", 2000);
pref("layout.css.scroll-snap.prediction-sensitivity", "0.750");
// Is support for basic shapes in clip-path enabled?
#ifdef RELEASE_OR_BETA
pref("layout.css.clip-path-shapes.enabled", false);
#else
pref("layout.css.clip-path-shapes.enabled", true);
#endif
// Is support for DOMPoint enabled?
pref("layout.css.DOMPoint.enabled", true);