| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
|
| index ba5810e4bba148b845b151cf1573b1394ae0c1ff..06c02dba518517d8284016b0ed3b95f1b59fe646 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthSize.h
|
| @@ -45,6 +45,8 @@ public:
|
| const AnimatableValue* width() const { return m_width.get(); }
|
| const AnimatableValue* height() const { return m_height.get(); }
|
|
|
| + bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
|
| +
|
| protected:
|
| PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|
|
|