| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| index 1785b72f67006eaae37de1a9e65f5f451733bc48..eadad7f59c20f3c8e2275242af53b03df311802a 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| @@ -43,13 +43,6 @@ class AnimatableLengthBoxAndBool final : public AnimatableValue {
|
| bool flag) {
|
| return adoptRef(new AnimatableLengthBoxAndBool(std::move(box), flag));
|
| }
|
| - const AnimatableValue* box() const { return m_box.get(); }
|
| - bool flag() const { return m_flag; }
|
| -
|
| - protected:
|
| - PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*,
|
| - double fraction) const override;
|
| - bool usesDefaultInterpolationWith(const AnimatableValue*) const override;
|
|
|
| private:
|
| AnimatableLengthBoxAndBool(PassRefPtr<AnimatableValue> box, bool flag)
|
|
|