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

Unified Diff: Source/core/rendering/svg/RenderSVGPath.h

Issue 411743002: Remove isSVGPath (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/rendering/RenderObject.h ('k') | Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/RenderSVGPath.h
diff --git a/Source/core/rendering/svg/RenderSVGPath.h b/Source/core/rendering/svg/RenderSVGPath.h
index f7d8d5b45637910ae294bbc5ba75fe8ffe1762c6..4448cbbd94327c32baad5f6715abb122e1eff375 100644
--- a/Source/core/rendering/svg/RenderSVGPath.h
+++ b/Source/core/rendering/svg/RenderSVGPath.h
@@ -36,7 +36,6 @@ public:
virtual ~RenderSVGPath();
private:
- virtual bool isSVGPath() const OVERRIDE { return true; }
virtual const char* renderName() const OVERRIDE { return "RenderSVGPath"; }
virtual void updateShapeFromElement() OVERRIDE;
@@ -53,8 +52,6 @@ private:
Vector<FloatPoint> m_zeroLengthLinecapLocations;
};
-DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGPath, isSVGPath());
-
}
#endif
« no previous file with comments | « Source/core/rendering/RenderObject.h ('k') | Source/core/svg/SVGPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698