Index: Source/core/animation/animatable/AnimatableValueTestHelper.h |
diff --git a/Source/core/animation/animatable/AnimatableValueTestHelper.h b/Source/core/animation/animatable/AnimatableValueTestHelper.h |
index 9aab39c524ed072f651f53d38d1eb60c0288eb64..a1559845b72580f5212093df2395c95597be60f5 100644 |
--- a/Source/core/animation/animatable/AnimatableValueTestHelper.h |
+++ b/Source/core/animation/animatable/AnimatableValueTestHelper.h |
@@ -41,7 +41,6 @@ |
#include "core/animation/animatable/AnimatableImage.h" |
#include "core/animation/animatable/AnimatableNeutral.h" |
#include "core/animation/animatable/AnimatableRepeatable.h" |
-#include "core/animation/animatable/AnimatableSVGLength.h" |
#include "core/animation/animatable/AnimatableSVGPaint.h" |
#include "core/animation/animatable/AnimatableShapeValue.h" |
#include "core/animation/animatable/AnimatableStrokeDasharrayList.h" |
@@ -66,7 +65,6 @@ void PrintTo(const AnimatableColor&, ::std::ostream*); |
void PrintTo(const AnimatableImage&, ::std::ostream*); |
void PrintTo(const AnimatableNeutral&, ::std::ostream*); |
void PrintTo(const AnimatableRepeatable&, ::std::ostream*); |
-void PrintTo(const AnimatableSVGLength&, ::std::ostream*); |
void PrintTo(const AnimatableShapeValue&, ::std::ostream*); |
void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*); |
void PrintTo(const AnimatableTransform&, ::std::ostream*); |