| Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index b2a6b313875cd3d133ac2b65c8682eb6f4180511..ce7dec4d3130ba91c9f30504a5334236ad13a638 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -497,7 +497,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro
|
| case CSSPropertyWebkitMaskSize:
|
| return createFromFillLayers<CSSPropertyWebkitMaskSize>(style.maskLayers(), style);
|
| case CSSPropertyPerspective:
|
| - return createFromDouble(style.perspective());
|
| + return createFromDouble(style.perspective(), AnimatableDouble::InterpolationIsNonContinuousWithZero);
|
| case CSSPropertyPerspectiveOrigin:
|
| return createFromLengthPoint(style.perspectiveOrigin(), style);
|
| case CSSPropertyShapeOutside:
|
|
|