| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 2b747a438741911bd04625a236af141ce9e614de..6c7f617f29d53130b5d5d5b8baa50c0e4c51bcf2 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -237,6 +237,7 @@ quotes inherited, converter=convertQuotes
|
| resize custom_value
|
| right animatable, initial=initialOffset, converter=convertLengthOrAuto
|
| scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior
|
| +scroll-blocks-on runtime_flag=CSSScrollBlocksOn, converter=convertFlags<ScrollBlocksOn>
|
| shape-image-threshold animatable, type_name=float
|
| shape-margin animatable, converter=convertLength
|
| shape-outside animatable, converter=convertShapeValue
|
| @@ -271,7 +272,6 @@ text-transform inherited
|
| text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=TextUnderlinePosition
|
| top animatable, initial=initialOffset, converter=convertLengthOrAuto
|
| touch-action converter=convertFlags<TouchAction>
|
| -touch-action-delay runtime_flag=CSSTouchActionDelay, inherited, type_name=TouchActionDelay
|
| transform animatable, custom_value
|
| transform-origin animatable, converter=convertTransformOrigin
|
| transform-style name_for_methods=TransformStyle3D
|
|
|