| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 964e114fd6583a5e7f6c9fdfcd3af403b2b4127b..45a9eaeeed1b07e5183f51791fd4c79ead232432 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -293,6 +293,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, custom_all, animatable
|
| +rotate runtime_flag=CSSIndependentTransformProperties, custom_all, animatable
|
| +scale runtime_flag=CSSIndependentTransformProperties, custom_all, animatable
|
| transition-delay custom_all
|
| transition-duration custom_all
|
| transition-property custom_all
|
|
|