| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint3D.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| index fdc43d63da1bacfdb5cbe491aab089c7616e3219..976da2eb28a11875b60425cbb867960240544a9e 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| @@ -45,13 +45,6 @@ class AnimatableLengthPoint3D final : public AnimatableValue {
|
| return adoptRef(
|
| new AnimatableLengthPoint3D(std::move(x), std::move(y), std::move(z)));
|
| }
|
| - const AnimatableValue* x() const { return m_x.get(); }
|
| - const AnimatableValue* y() const { return m_y.get(); }
|
| - const AnimatableValue* z() const { return m_z.get(); }
|
| -
|
| - protected:
|
| - PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*,
|
| - double fraction) const override;
|
|
|
| private:
|
| AnimatableLengthPoint3D(PassRefPtr<AnimatableValue> x,
|
|
|