Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
index bdacb924bc4ddb10fa6933d6ab791f51a28fe1bf..2fb90cc365528b307a1386e99b77a06bba41ffa4 100644 |
--- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
@@ -30,7 +30,6 @@ class CORE_EXPORT InvalidatableInterpolation : public Interpolation { |
PropertyHandle getProperty() const final { return m_property; } |
virtual void interpolate(int iteration, double fraction); |
bool dependsOnUnderlyingValue() const final; |
- virtual void apply(InterpolationEnvironment&) const { NOTREACHED(); } |
static void applyStack(const ActiveInterpolations&, |
InterpolationEnvironment&); |
@@ -51,11 +50,6 @@ class CORE_EXPORT InvalidatableInterpolation : public Interpolation { |
using ConversionCheckers = InterpolationType::ConversionCheckers; |
- InterpolableValue* getCachedValueForTesting() const final { |
- // TODO(suzyh): Add meaningful implementation here |
- NOTREACHED(); |
- return nullptr; |
- } |
std::unique_ptr<TypedInterpolationValue> maybeConvertUnderlyingValue( |
const InterpolationEnvironment&) const; |
const TypedInterpolationValue* ensureValidConversion( |