mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
b7aaff4995
commit
519a0e7759
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue