From 4b62e9ff2b918af95f571dff2545e45a33d009cf Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Fri, 13 Dec 2019 05:34:38 +0000 Subject: [PATCH] style: convert NS_STYLE_VISIBILITY_* to an enum class in nsStyleConsts.h Differential Revision: https://phabricator.services.mozilla.com/D56140 --- components/style/properties/longhands/inherited_box.mako.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/longhands/inherited_box.mako.rs b/components/style/properties/longhands/inherited_box.mako.rs index a92d638671b..78c2e6023ee 100644 --- a/components/style/properties/longhands/inherited_box.mako.rs +++ b/components/style/properties/longhands/inherited_box.mako.rs @@ -16,6 +16,7 @@ ${helpers.single_keyword( gecko_ffi_name="mVisible", animation_value_type="ComputedValue", spec="https://drafts.csswg.org/css-box/#propdef-visibility", + gecko_enum_prefix="StyleVisibility", )} // CSS Writing Modes Level 3