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

Unified Diff: Source/core/svg/SVGPathElement.cpp

Issue 138923003: Remove SVGPathElement::createRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/SVGPathElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPathElement.cpp
diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
index a9e4cced3dcbd35b74ce80bef49787711ce868f6..909bdfe7561b03a940569b96c4f031b8e21c871e 100644
--- a/Source/core/svg/SVGPathElement.cpp
+++ b/Source/core/svg/SVGPathElement.cpp
@@ -391,10 +391,4 @@ SVGRect SVGPathElement::getBBox()
return renderer->path().boundingRect();
}
-RenderObject* SVGPathElement::createRenderer(RenderStyle*)
-{
- // By default, any subclass is expected to do path-based drawing
- return new RenderSVGPath(this);
-}
-
}
« no previous file with comments | « Source/core/svg/SVGPathElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698