| 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 57ea9bdb72fc33e878c0b043a71e87fb19469ed3..0bb607a079b5ed4ddd31753b0f402fa0df8446bc 100644
|
| --- a/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
| @@ -24,7 +24,7 @@
|
| #include "core/animation/IntegerOptionalIntegerSVGInterpolation.h"
|
| #include "core/animation/IntegerSVGInterpolation.h"
|
| #include "core/animation/InterpolationType.h"
|
| -#include "core/animation/InvalidatableStyleInterpolation.h"
|
| +#include "core/animation/InvalidatableInterpolation.h"
|
| #include "core/animation/LegacyStyleInterpolation.h"
|
| #include "core/animation/LengthBoxStyleInterpolation.h"
|
| #include "core/animation/LengthPairStyleInterpolation.h"
|
| @@ -282,7 +282,7 @@ PassRefPtr<Interpolation> StringKeyframe::CSSPropertySpecificKeyframe::maybeCrea
|
| CSSPropertyID property = propertyHandle.cssProperty();
|
| const Vector<const InterpolationType*>* applicableTypes = applicableTypesForProperty(property);
|
| if (applicableTypes)
|
| - return InvalidatableStyleInterpolation::create(*applicableTypes, *this, end);
|
| + return InvalidatableInterpolation::create(*applicableTypes, *this, end);
|
|
|
| // TODO(alancutter): Remove the remainder of this function.
|
|
|
|
|