Index: third_party/WebKit/Source/core/animation/PathSVGInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h b/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h |
index 6a2a71d2e51c61742eb3c96ef5f0d19b25f9561b..7191aad1a1836400682778088868497a1ca609c8 100644 |
--- a/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/PathSVGInterpolation.h |
@@ -6,7 +6,7 @@ |
#define PathSVGInterpolation_h |
#include "core/animation/SVGInterpolation.h" |
-#include "core/svg/SVGPathSegList.h" |
+#include "core/svg/SVGPathData.h" |
namespace blink { |
@@ -24,7 +24,7 @@ private: |
m_pathSegTypes.swap(pathSegTypes); |
} |
- static PassRefPtrWillBeRawPtr<SVGPropertyBase> fromInterpolableValue(const InterpolableValue&, const Vector<SVGPathSegType>&, SVGPathElement*); |
+ static PassRefPtrWillBeRawPtr<SVGPropertyBase> fromInterpolableValue(const InterpolableValue&, const Vector<SVGPathSegType>&); |
Vector<SVGPathSegType> m_pathSegTypes; |
}; |