| 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 0960ec73f2d8dd84bfa38642a1906f34068476f8..5c15d1fde448cc93c089ca6816341c44fbbcf2ad 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -251,16 +251,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)
|
|
|