Chromium Code Reviews| Index: Source/core/css/CSSProperties.in |
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in |
| index 4bcc442423d50f1c482b757a9611bb3b8b3d570f..1cd2ac9d82ef0cd6e9a2691bd135682aac62df61 100644 |
| --- a/Source/core/css/CSSProperties.in |
| +++ b/Source/core/css/CSSProperties.in |
| @@ -168,6 +168,7 @@ z-index type_name=int, custom_all |
| -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak |
| -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak |
| -webkit-column-count type_name=unsigned short, custom_all |
| +-webkit-column-fill type_name=ColumnFill |
|
eseidel
2013/10/02 17:36:45
We'd rather not introduce more -webkit- prefixes.
|
| -webkit-column-gap type_name=float, custom_all |
| -webkit-column-progression type_name=ColumnProgression |
| -webkit-column-rule-color custom_all |