| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index d825fa6450a3dabae1aac96b9a0e6ec362cbe5e9..28a3632f65f8579565217f8f40976afb72aadc1a 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -298,6 +298,9 @@ touch-action converter=convertFlags<TouchAction>
|
| transform animatable, custom_value
|
| transform-origin animatable, converter=convertTransformOrigin
|
| transform-style name_for_methods=TransformStyle3D
|
| +translate runtime_flag=CSSIndependentTransformProperties, animatable, converter=convertTranslate
|
| +rotate runtime_flag=CSSIndependentTransformProperties, animatable, converter=convertRotate
|
| +scale runtime_flag=CSSIndependentTransformProperties, animatable, converter=convertScale
|
| transition-delay custom_all
|
| transition-duration custom_all
|
| transition-property custom_all
|
|
|