Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp

Issue 2750293003: Delete unused AnimatableValue code (Closed)
Patch Set: Fix unit tests Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698