From aa1ad6036d7b0ead1c1aa2588e83a8ac62f8fc91 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Mon, 25 Nov 2019 15:41:18 +0000 Subject: [PATCH] style: convert NS_STYLE_IME_MODE_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D54255 --- components/style/properties/longhands/ui.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/ui.mako.rs b/components/style/properties/longhands/ui.mako.rs index 647028559677..9bb38a150c15 100644 --- a/components/style/properties/longhands/ui.mako.rs +++ b/components/style/properties/longhands/ui.mako.rs @@ -15,6 +15,7 @@ ${helpers.single_keyword( "ime-mode", "auto normal active disabled inactive", engines="gecko", + gecko_enum_prefix="StyleImeMode", gecko_ffi_name="mIMEMode", animation_value_type="discrete", spec="https://drafts.csswg.org/css-ui/#input-method-editor",