Chromium Code Reviews| Index: Source/core/css/SVGCSSValueKeywords.in |
| diff --git a/Source/core/css/SVGCSSValueKeywords.in b/Source/core/css/SVGCSSValueKeywords.in |
| index ad239562298263c030470e763685926d098e87b1..2ca800ba52287181c68956f3884f5d41339fa5f3 100644 |
| --- a/Source/core/css/SVGCSSValueKeywords.in |
| +++ b/Source/core/css/SVGCSSValueKeywords.in |
| @@ -273,3 +273,9 @@ dynamic |
| // CSS_PROP_VECTOR_EFFECT |
| // none |
| non-scaling-stroke |
| + |
| +// CSS_PROP_PAINT_ORDER |
| +// normal |
| +// fill |
| +// stroke |
| +// markers |
|
pdr.
2013/07/19 17:35:48
Did you mean to comment this out?
|