Chromium Code Reviews| Index: Source/core/animation/StringKeyframe.cpp |
| diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp |
| index ae7c3e81857f3572921fa3568defdfdcb99ffbe7..f76d4ea53533d95e96be59bb65de6005f9daa74a 100644 |
| --- a/Source/core/animation/StringKeyframe.cpp |
| +++ b/Source/core/animation/StringKeyframe.cpp |
| @@ -378,8 +378,6 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::CSSPropertySpecificKeyfram |
| case CSSPropertyBorderTopLeftRadius: |
| case CSSPropertyBorderTopRightRadius: |
| range = RangeNonNegative; |
|
alancutter (OOO until 2018)
2015/09/01 03:38:45
We can use RangeNonNegative directly here.
sashab
2015/09/01 04:49:03
Done.
|
| - // Fall through |
| - case CSSPropertyObjectPosition: |
| if (LengthPairStyleInterpolation::canCreateFrom(*fromCSSValue) && LengthPairStyleInterpolation::canCreateFrom(*toCSSValue)) |
| return LengthPairStyleInterpolation::create(*fromCSSValue, *toCSSValue, property, range); |
| break; |