Chromium Code Reviews| Index: Source/core/css/CSSProperties.in | 
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in | 
| index 990ed316eecf1ae11827952015cf9477bbe13a7a..084e772cff018609b507fb519487910d6985ad48 100644 | 
| --- a/Source/core/css/CSSProperties.in | 
| +++ b/Source/core/css/CSSProperties.in | 
| @@ -225,7 +225,7 @@ motion-offset runtime_flag=CSSMotionPath, animatable, converter=convertLength | 
| motion-path runtime_flag=CSSMotionPath, custom_all | 
| motion-rotation runtime_flag=CSSMotionPath, animatable, custom_all | 
| object-fit type_name=ObjectFit | 
| -object-position animatable, converter=convertObjectPosition | 
| +object-position animatable, converter=convertPosition | 
| opacity animatable, type_name=float | 
| order type_name=int | 
| orphans animatable, inherited, type_name=short, custom_all | 
| @@ -387,6 +387,13 @@ word-wrap inherited, name_for_methods=OverflowWrap | 
| writing-mode inherited, svg, type_name=SVGWritingMode | 
| z-index animatable, type_name=int, custom_all | 
| + | 
| +scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType | 
| 
 
Timothy Loh
2015/06/04 03:58:26
Can we keep the list of properties above sorted? :
 
majidvp
2015/06/04 22:41:40
Done. Very reasonable. :)
 
 | 
| +scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoints | 
| +scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoints | 
| +scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosition | 
| +scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCoordinates | 
| + | 
| // Non-standard direction aware properties | 
| -webkit-border-end-color direction_aware | 
| @@ -534,4 +541,4 @@ transition longhands=transition-property;transition-duration;transition-timing-f | 
| -webkit-transition-delay alias_for=transition-delay | 
| -webkit-transition-duration alias_for=transition-duration | 
| -webkit-transition-property alias_for=transition-property | 
| --webkit-transition-timing-function alias_for=transition-timing-function | 
| +-webkit-transition-timing-function alias_for=transition-timing-function |