| Index: third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| index 40d1c78cbfce8aabb73bc6272c8faac3fd7a9e92..df0a03a4e81e1883901d7ef4e6648c45e1663abd 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -183,6 +183,7 @@
|
| return LengthPairStyleInterpolation::create(*fromCSSValue, *toCSSValue, property, RangeNonNegative);
|
| break;
|
|
|
| + case CSSPropertyPerspectiveOrigin:
|
| case CSSPropertyTransformOrigin: {
|
| RefPtr<Interpolation> interpolation = ListStyleInterpolation<LengthStyleInterpolation>::maybeCreateFromList(*fromCSSValue, *toCSSValue, property, range);
|
| if (interpolation)
|
|
|