| Index: Source/core/svg/SVGPathSegLinetoHorizontal.h
|
| diff --git a/Source/core/svg/SVGPathSegLinetoHorizontal.h b/Source/core/svg/SVGPathSegLinetoHorizontal.h
|
| index a937048402a792f4b3b19a3b51f40b315342fa25..1dcd48e69e7264ff67ffce058997e343bdd1b992 100644
|
| --- a/Source/core/svg/SVGPathSegLinetoHorizontal.h
|
| +++ b/Source/core/svg/SVGPathSegLinetoHorizontal.h
|
| @@ -21,14 +21,14 @@
|
| #ifndef SVGPathSegLinetoHorizontal_h
|
| #define SVGPathSegLinetoHorizontal_h
|
|
|
| -#include "core/svg/SVGPathSegWithContext.h"
|
| +#include "core/svg/SVGPathSeg.h"
|
|
|
| namespace blink {
|
|
|
| -class SVGPathSegLinetoHorizontal : public SVGPathSegWithContext {
|
| +class SVGPathSegLinetoHorizontal : public SVGPathSeg {
|
| public:
|
| SVGPathSegLinetoHorizontal(SVGPathElement* element, float x)
|
| - : SVGPathSegWithContext(element)
|
| + : SVGPathSeg(element)
|
| , m_x(x)
|
| {
|
| }
|
|
|