| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| index ef7a4c1cfef8685c2c65ab57b7bac3fd76a0777c..a27fce3456436074976736bc96b441886905107f 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.h
|
| @@ -40,6 +40,7 @@
|
| #include "core/animation/animatable/AnimatableColor.h"
|
| #include "core/animation/animatable/AnimatableImage.h"
|
| #include "core/animation/animatable/AnimatableNeutral.h"
|
| +#include "core/animation/animatable/AnimatablePath.h"
|
| #include "core/animation/animatable/AnimatableRepeatable.h"
|
| #include "core/animation/animatable/AnimatableSVGPaint.h"
|
| #include "core/animation/animatable/AnimatableShapeValue.h"
|
| @@ -59,6 +60,7 @@ 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 AnimatablePath&, ::std::ostream*);
|
| void PrintTo(const AnimatableRepeatable&, ::std::ostream*);
|
| void PrintTo(const AnimatableShapeValue&, ::std::ostream*);
|
| void PrintTo(const AnimatableStrokeDasharrayList&, ::std::ostream*);
|
|
|