| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.cpp | 
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.cpp | 
| index 198b77b8859b07eaa7d6759e2a4614c0de3cd914..7e190739a7aeb1e8cabd764415cbc6a1ad225a31 100644 | 
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.cpp | 
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelper.cpp | 
| @@ -61,6 +61,11 @@ void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os) | 
| *os << "AnimatableNeutral@" << &animValue; | 
| } | 
|  | 
| +void PrintTo(const AnimatablePath& animValue, ::std::ostream* os) | 
| +{ | 
| +    *os << "AnimatablePath@" << &animValue; | 
| +} | 
| + | 
| void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os) | 
| { | 
| *os << "AnimatableRepeatable("; | 
|  |