style: convert NS_STYLE_WINDOW_SHADOW_* to an enum class in nsStyleConsts.h

Differential Revision: https://phabricator.services.mozilla.com/D53920
This commit is contained in:
jeffin143 2019-11-25 16:00:23 +00:00 committed by Emilio Cobos Álvarez
parent f777c17f3f
commit 1ef7c2f96b
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -59,7 +59,7 @@ ${helpers.single_keyword(
"none default menu tooltip sheet",
engines="gecko",
gecko_ffi_name="mWindowShadow",
gecko_constant_prefix="NS_STYLE_WINDOW_SHADOW",
gecko_enum_prefix="StyleWindowShadow",
animation_value_type="discrete",
enabled_in="chrome",
spec="None (Nonstandard internal property)",