Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1025)

Unified Diff: Source/core/svg/SVGPathSegLinetoHorizontal.h

Issue 1011983003: Drop SVGPathSegWithContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGPathSegLinetoAbs.h ('k') | Source/core/svg/SVGPathSegLinetoRel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
}
« no previous file with comments | « Source/core/svg/SVGPathSegLinetoAbs.h ('k') | Source/core/svg/SVGPathSegLinetoRel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698