Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.h |
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.h |
index 479e13e79851533512c9d448f3932a42fbb8748f..4fcc7c7ccc36c9a9e0cb89fe6ce6ed0220ee0944 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.h |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBox.h |
@@ -49,6 +49,7 @@ public: |
protected: |
PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override; |
+ bool usesDefaultInterpolationWith(const AnimatableValue*) const final; |
private: |
AnimatableLengthBox(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) |