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

Unified Diff: Source/core/svg/SVGTextPathElement.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
« no previous file with comments | « Source/core/svg/SVGTextPathElement.h ('k') | Source/core/svg/SVGTitleElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTextPathElement.cpp
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
index 25b2caad2f45ae47e75c30730ba46bf2f32be246..c83bd93dfb660fca627376f31e8530b99fc28ad1 100644
--- a/Source/core/svg/SVGTextPathElement.cpp
+++ b/Source/core/svg/SVGTextPathElement.cpp
@@ -115,12 +115,12 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName)
markForLayoutAndParentResourceInvalidation(object);
}
-LayoutObject* SVGTextPathElement::createLayoutObject(const LayoutStyle&)
+LayoutObject* SVGTextPathElement::createLayoutObject(const ComputedStyle&)
{
return new LayoutSVGTextPath(this);
}
-bool SVGTextPathElement::layoutObjectIsNeeded(const LayoutStyle& style)
+bool SVGTextPathElement::layoutObjectIsNeeded(const ComputedStyle& style)
{
if (parentNode() && (isSVGAElement(*parentNode()) || isSVGTextElement(*parentNode())))
return Element::layoutObjectIsNeeded(style);
« no previous file with comments | « Source/core/svg/SVGTextPathElement.h ('k') | Source/core/svg/SVGTitleElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698