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

Unified Diff: Source/core/layout/svg/LayoutSVGTextPath.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle 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
Index: Source/core/layout/svg/LayoutSVGTextPath.cpp
diff --git a/Source/core/layout/svg/LayoutSVGTextPath.cpp b/Source/core/layout/svg/LayoutSVGTextPath.cpp
index 3dcbe785a8fec6ba69ac356d6236f092d03b3f45..41a238845a6c8e1307a6ee1162dfd6ee1b30cf53 100644
--- a/Source/core/layout/svg/LayoutSVGTextPath.cpp
+++ b/Source/core/layout/svg/LayoutSVGTextPath.cpp
@@ -33,7 +33,7 @@ LayoutSVGTextPath::LayoutSVGTextPath(Element* element)
{
}
-bool LayoutSVGTextPath::isChildAllowed(LayoutObject* child, const LayoutStyle&) const
+bool LayoutSVGTextPath::isChildAllowed(LayoutObject* child, const ComputedStyle&) const
{
if (child->isText())
return SVGLayoutSupport::isLayoutableTextNode(child);
« no previous file with comments | « Source/core/layout/svg/LayoutSVGTextPath.h ('k') | Source/core/layout/svg/LayoutSVGTransformableContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698