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

Differential Revision: https://phabricator.services.mozilla.com/D54255
This commit is contained in:
jeffin143 2019-11-25 15:41:18 +00:00 committed by Emilio Cobos Álvarez
parent 4359b3bd47
commit aa1ad6036d
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -15,6 +15,7 @@ ${helpers.single_keyword(
"ime-mode", "ime-mode",
"auto normal active disabled inactive", "auto normal active disabled inactive",
engines="gecko", engines="gecko",
gecko_enum_prefix="StyleImeMode",
gecko_ffi_name="mIMEMode", gecko_ffi_name="mIMEMode",
animation_value_type="discrete", animation_value_type="discrete",
spec="https://drafts.csswg.org/css-ui/#input-method-editor", spec="https://drafts.csswg.org/css-ui/#input-method-editor",