| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
|
| index 65d272427047ba108fe4dc2d9880149594d30299..615dc1c24a877d4c10be40a477b80f3e6a046c77 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint.h
|
| @@ -47,6 +47,7 @@ public:
|
|
|
| protected:
|
| PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
| + bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
|
|
|
| private:
|
| AnimatableLengthPoint(PassRefPtr<AnimatableValue> x, PassRefPtr<AnimatableValue> y)
|
|
|