| Index: third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
|
| index 91e7a01e83cec0f41c4b5f4af8c1f66e6f071e78..793bdc12ff434d103693fd94f2b0e1965412032e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef SVGAnimatedPath_h
|
| #define SVGAnimatedPath_h
|
|
|
| -#include "core/svg/SVGPathSegListTearOff.h"
|
| +#include "core/svg/SVGPath.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
|
|
| namespace blink {
|
|
|
| class SVGPathElement;
|
|
|
| -class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> {
|
| +class SVGAnimatedPath : public SVGAnimatedProperty<SVGPath> {
|
| public:
|
| ~SVGAnimatedPath() override;
|
|
|
|
|