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

Unified Diff: Source/core/svg/SVGPathSegLinetoVertical.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/SVGPathSegLinetoRel.h ('k') | Source/core/svg/SVGPathSegMovetoAbs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
}
« no previous file with comments | « Source/core/svg/SVGPathSegLinetoRel.h ('k') | Source/core/svg/SVGPathSegMovetoAbs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698