| Index: Source/core/svg/SVGPathSegLinetoVertical.h
|
| diff --git a/Source/core/svg/SVGPathSegLinetoVertical.h b/Source/core/svg/SVGPathSegLinetoVertical.h
|
| index 64467727cac6aa1f8b686723da739759028aa555..c392a98192d1147dfe607e2aaa60a71bbc939162 100644
|
| --- a/Source/core/svg/SVGPathSegLinetoVertical.h
|
| +++ b/Source/core/svg/SVGPathSegLinetoVertical.h
|
| @@ -21,14 +21,14 @@
|
| #ifndef SVGPathSegLinetoVertical_h
|
| #define SVGPathSegLinetoVertical_h
|
|
|
| -#include "core/svg/SVGPathSegWithContext.h"
|
| +#include "core/svg/SVGPathSeg.h"
|
|
|
| namespace blink {
|
|
|
| -class SVGPathSegLinetoVertical : public SVGPathSegWithContext {
|
| +class SVGPathSegLinetoVertical : public SVGPathSeg {
|
| public:
|
| SVGPathSegLinetoVertical(SVGPathElement* element, float y)
|
| - : SVGPathSegWithContext(element)
|
| + : SVGPathSeg(element)
|
| , m_y(y)
|
| {
|
| }
|
|
|