style: Replace existing GridAutoFlow struct with a bitflags! backed one.

Differential Revision: https://phabricator.services.mozilla.com/D62787
This commit is contained in:
Martin McNickle 2020-02-14 15:48:01 +00:00 committed by Emilio Cobos Álvarez
parent 0e3c122890
commit cf20c627b5
3 changed files with 75 additions and 112 deletions

View file

@ -375,7 +375,7 @@ ${helpers.predefined_type(
${helpers.predefined_type(
"grid-auto-flow",
"GridAutoFlow",
"computed::GridAutoFlow::row()",
"computed::GridAutoFlow::ROW",
engines="gecko",
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-grid/#propdef-grid-auto-flow",