| 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 8883e885c760fbf6b7835348836be122a89099de..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/SVGPathSeg.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;
|
| };
|
|
|