mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
f777c17f3f
commit
1ef7c2f96b
1 changed files with 1 additions and 1 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue