| Index: sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h b/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
|
| index 295082930e3fb82029d8b541bd1e7ced79ed61a7..0f1fc2f4b70eca3684f304f50675f96bc27c7b1d 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
|
| +++ b/sky/engine/core/animation/animatable/AnimatableValueTestHelper.h
|
| @@ -38,7 +38,6 @@
|
|
|
| #include "sky/engine/core/animation/animatable/AnimatableClipPathOperation.h"
|
| #include "sky/engine/core/animation/animatable/AnimatableColor.h"
|
| -#include "sky/engine/core/animation/animatable/AnimatableImage.h"
|
| #include "sky/engine/core/animation/animatable/AnimatableNeutral.h"
|
| #include "sky/engine/core/animation/animatable/AnimatableRepeatable.h"
|
| #include "sky/engine/core/animation/animatable/AnimatableShapeValue.h"
|
| @@ -59,7 +58,6 @@ bool operator==(const AnimatableValue&, const AnimatableValue&);
|
|
|
| void PrintTo(const AnimatableClipPathOperation&, ::std::ostream*);
|
| 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 AnimatableShapeValue&, ::std::ostream*);
|
|
|