| Index: third_party/WebKit/Source/core/animation/Interpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| index 1c8c1916daf8f007ec32cc0f650f70da60217345..82828b69073b0621fe618cc7e8c6f9a70ee2ef3c 100644
|
| --- a/third_party/WebKit/Source/core/animation/Interpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| @@ -23,7 +23,6 @@ public:
|
| virtual bool isStyleInterpolation() const { return false; }
|
| virtual bool isInvalidatableInterpolation() const { return false; }
|
| virtual bool isLegacyStyleInterpolation() const { return false; }
|
| - virtual bool isSVGInterpolation() const { return false; }
|
|
|
| virtual PropertyHandle property() const = 0;
|
|
|
| @@ -44,8 +43,6 @@ private:
|
| friend class AnimationInterpolationEffectTest;
|
| friend class AnimationDoubleStyleInterpolationTest;
|
| friend class AnimationVisibilityStyleInterpolationTest;
|
| - friend class AnimationColorStyleInterpolationTest;
|
| - friend class AnimationSVGStrokeDasharrayStyleInterpolationTest;
|
| };
|
|
|
| using ActiveInterpolations = Vector<RefPtr<Interpolation>, 1>;
|
|
|