Index: Source/core/animation/AnimatableDouble.h |
diff --git a/Source/core/animation/AnimatableDouble.h b/Source/core/animation/AnimatableDouble.h |
index bb3448dd9f38c2478d1d53b2d96fde96c909785c..172674c595e155db3ada2c512f26e41ff2ad33d1 100644 |
--- a/Source/core/animation/AnimatableDouble.h |
+++ b/Source/core/animation/AnimatableDouble.h |
@@ -66,6 +66,7 @@ private: |
} |
virtual AnimatableType type() const OVERRIDE { return TypeDouble; } |
virtual bool equalTo(const AnimatableValue*) const OVERRIDE; |
+ virtual double distanceTo(const AnimatableValue*) const OVERRIDE; |
double m_number; |
Constraint m_constraint; |