Remove complex_color parameter.

This commit is contained in:
Xidorn Quan 2017-06-08 10:42:29 +10:00
parent 7568a19688
commit 742c45f859
7 changed files with 14 additions and 21 deletions

View file

@ -12,7 +12,7 @@
// TODO(pcwalton): `invert`
${helpers.predefined_type("outline-color", "Color", "computed::Color::CurrentColor",
initial_specified_value="specified::Color::currentcolor()",
animation_value_type="IntermediateColor", complex_color=True, need_clone=True,
animation_value_type="IntermediateColor", need_clone=True,
ignored_when_colors_disabled=True,
spec="https://drafts.csswg.org/css-ui/#propdef-outline-color")}