| 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 fca4d6c4c05121b64080320fee16a577ef340c9a..220ab38a44d4a9c09c11f0a1306ff9672662fb9f 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -216,16 +216,6 @@ PassRefPtr<Interpolation> StringKeyframe::CSSPropertySpecificKeyframe::maybeCrea
|
| break;
|
| }
|
|
|
| - case CSSPropertyTranslate: {
|
| - RefPtr<Interpolation> interpolation = ListStyleInterpolation<LengthStyleInterpolation>::maybeCreateFromList(*fromCSSValue, *toCSSValue, property, range);
|
| - if (interpolation)
|
| - return interpolation.release();
|
| -
|
| - // TODO(soonm): Legacy mode is used when from and to cssvaluelist length does not match.
|
| - return createLegacyStyleInterpolation(property, end, element, baseStyle);
|
| - break;
|
| - }
|
| -
|
| case CSSPropertyScale: {
|
| RefPtr<Interpolation> interpolation = ListStyleInterpolation<DoubleStyleInterpolation>::maybeCreateFromList(*fromCSSValue, *toCSSValue, property, range);
|
| if (interpolation)
|
|
|