Index: third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
index 8c39179a1661ddbe265d33c9e59ff9468ea80d69..0f137417b5b48d96b2e4202012e7905496490a3d 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
@@ -30,11 +30,9 @@ |
#include "core/svg/SVGAnimatedPath.h" |
-#include "core/svg/SVGPathElement.h" |
- |
namespace blink { |
-SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName) |
+SVGAnimatedPath::SVGAnimatedPath(SVGElement* contextElement, const QualifiedName& attributeName) |
: SVGAnimatedProperty<SVGPath>(contextElement, attributeName, SVGPath::create()) |
{ |
} |