Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
index a1676dca06e258da048f4c99eafe7bc8694ca5b8..4fd5e55de10c223cf015699e222ba592526ee7d5 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
@@ -53,12 +53,4 @@ AnimatableValueKeyframe::PropertySpecificKeyframe::createInterpolation( |
property.cssProperty()); |
} |
-PassRefPtr<Keyframe::PropertySpecificKeyframe> |
-AnimatableValueKeyframe::PropertySpecificKeyframe::neutralKeyframe( |
- double offset, |
- PassRefPtr<TimingFunction> easing) const { |
- return create(offset, std::move(easing), AnimatableValue::neutralValue(), |
- EffectModel::CompositeAdd); |
-} |
- |
} // namespace blink |