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

Unified Diff: Source/core/rendering/svg/RenderSVGTextPath.cpp

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: Source/core/rendering/svg/RenderSVGTextPath.cpp
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp
index b8718bc00b5580ca2b2f1105c3d9afd3a993d584..23221674b850910292552964edcfc7569e79fa22 100644
--- a/Source/core/rendering/svg/RenderSVGTextPath.cpp
+++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp
@@ -33,7 +33,7 @@ RenderSVGTextPath::RenderSVGTextPath(Element* element)
{
}
-bool RenderSVGTextPath::isChildAllowed(RenderObject* child, const RenderStyle&) const
+bool RenderSVGTextPath::isChildAllowed(LayoutObject* child, const RenderStyle&) const
{
if (child->isText())
return SVGRenderSupport::isRenderableTextNode(child);
« no previous file with comments | « Source/core/rendering/svg/RenderSVGTextPath.h ('k') | Source/core/rendering/svg/RenderSVGTransformableContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698