Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index 27d1e8f451bcdd53955c6396b2fec0dbe9e76e53..4a20ef3533bf0af8b3e9249c7023f20bd6f520bc 100644 |
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -247,9 +247,9 @@ inline static PassRefPtr<AnimatableValue> createFromShapeValue(ShapeValue* value |
return AnimatableUnknown::create(CSSValueNone); |
} |
-static PassRefPtr<AnimatableValue> createFromPath(CSSPathValue* pathValue) |
+static PassRefPtr<AnimatableValue> createFromPath(StylePath* path) |
{ |
- return AnimatablePath::create(pathValue); |
+ return AnimatablePath::create(path); |
} |
static double fontStretchToDouble(FontStretch fontStretch) |