| Index: Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
|
| index 0ea4893f497de34ee9b2b2e7f6972a8a87acd1fe..67c1aa53cdb5db0bc85362882efdfb3b8f367135 100644
|
| --- a/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -77,6 +77,8 @@ CSSPropertyID propertyForAnimation(CSSPropertyID property)
|
| switch (property) {
|
| case CSSPropertyWebkitPerspective:
|
| return CSSPropertyPerspective;
|
| + case CSSPropertyWebkitTransform:
|
| + return CSSPropertyTransform;
|
| default:
|
| break;
|
| }
|
| @@ -787,10 +789,10 @@ bool CSSAnimations::isAnimatableProperty(CSSPropertyID property)
|
| case CSSPropertyShapeMargin:
|
| case CSSPropertyShapeImageThreshold:
|
| case CSSPropertyWebkitTextStrokeColor:
|
| - case CSSPropertyWebkitTransform:
|
| case CSSPropertyWebkitTransformOriginX:
|
| case CSSPropertyWebkitTransformOriginY:
|
| case CSSPropertyWebkitTransformOriginZ:
|
| + case CSSPropertyTransform:
|
| case CSSPropertyWidows:
|
| case CSSPropertyWidth:
|
| case CSSPropertyWordSpacing:
|
|
|