| Index: third_party/WebKit/Source/core/css/CSSProperties.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| index 950260b1aa77bd9a3b72937618f6802d7c54eb2a..1dea6334435e1e105eae7a50c3d6d561024718a8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.in
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.in
|
| @@ -348,7 +348,7 @@ scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType
|
| 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
|
| +scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCoordinates, api_class
|
| shape-image-threshold interpolable, type_name=float
|
| shape-margin interpolable, converter=convertLength
|
| shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image]
|
|
|