Chromium Code Reviews| Index: Source/core/css/CSSProperties.in |
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in |
| index 5ff8d4af13b037b73807aa17c93621bbe91ef159..27300745a5bea95bcbf11c158bdd792020275358 100644 |
| --- a/Source/core/css/CSSProperties.in |
| +++ b/Source/core/css/CSSProperties.in |
| @@ -224,7 +224,7 @@ column-fill type_name=ColumnFill |
| -internal-marquee-direction name_for_methods=MarqueeDirection |
| -internal-marquee-increment name_for_methods=MarqueeIncrement, converter=convertLength |
| -internal-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, custom_value |
| --internal-marquee-speed custom_value, name_for_methods=MarqueeSpeed |
| +-internal-marquee-speed name_for_methods=MarqueeSpeed, converter=convertNumberOrPercentage |
|
Julien - ping for review
2014/08/08 17:18:34
I would have said that we should just use convertL
rune
2014/08/10 17:13:36
convertLength passes a Length into the RenderStyle
|
| -internal-marquee-style name_for_methods=MarqueeBehavior |
| -webkit-mask-box-image-outset custom_all |
| -webkit-mask-box-image-repeat custom_all |