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

Differential Revision: https://phabricator.services.mozilla.com/D55377
This commit is contained in:
jeffin143 2019-12-01 13:05:55 +00:00 committed by Emilio Cobos Álvarez
parent b7aaff4995
commit 519a0e7759
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -24,7 +24,7 @@ ${helpers.single_keyword(
"-moz-top-layer",
"none top",
engines="gecko",
gecko_constant_prefix="NS_STYLE_TOP_LAYER",
gecko_enum_prefix="StyleTopLayer",
gecko_ffi_name="mTopLayer",
animation_value_type="none",
enabled_in="ua",