style: Convert NS_STYLE_ANIMATION_PLAY_STATE_* to scoped enum StyleAnimationPlayState.

This change removes directives NS_STYLE_ANIMATION_PLAY_STATE_* and replaces the
values with those from a scoped enum called StyleAnimationPlayState.

Differential Revision: https://phabricator.services.mozilla.com/D9382
This commit is contained in:
tb120 2018-10-22 21:58:01 +00:00 committed by Emilio Cobos Álvarez
parent 0191705e87
commit ac873c714f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -258,6 +258,7 @@ ${helpers.single_keyword(
animation_value_type="none",
vector=True,
extra_prefixes=animation_extra_prefixes,
gecko_enum_prefix="StyleAnimationPlayState",
spec="https://drafts.csswg.org/css-animations/#propdef-animation-play-state",
allowed_in_keyframe_block=False,
)}