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 91529ef3da588f4bfc1a96cad2340e0edaea08bf..a2821543077d97a2e6da48456b7f32f87296db10 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
@@ -33,10 +33,12 @@ |
namespace blink { |
SVGAnimatedPath::SVGAnimatedPath(SVGElement* contextElement, |
- const QualifiedName& attributeName) |
+ const QualifiedName& attributeName, |
+ CSSPropertyID cssPropertyId) |
: SVGAnimatedProperty<SVGPath>(contextElement, |
attributeName, |
- SVGPath::create()) {} |
+ SVGPath::create(), |
+ cssPropertyId) {} |
SVGAnimatedPath::~SVGAnimatedPath() {} |