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

Unified Diff: Source/core/svg/SVGTSpanElement.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/SVGTSpanElement.h ('k') | Source/core/svg/SVGTextElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTSpanElement.cpp
diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
index 727b636a666ee7bbca55c2dcce3bbd048d40b3cb..14cf21d01a0e59ef779cc75476a0b834274cce5f 100644
--- a/Source/core/svg/SVGTSpanElement.cpp
+++ b/Source/core/svg/SVGTSpanElement.cpp
@@ -34,12 +34,12 @@ inline SVGTSpanElement::SVGTSpanElement(Document& document)
DEFINE_NODE_FACTORY(SVGTSpanElement)
-LayoutObject* SVGTSpanElement::createLayoutObject(const LayoutStyle&)
+LayoutObject* SVGTSpanElement::createLayoutObject(const ComputedStyle&)
{
return new LayoutSVGTSpan(this);
}
-bool SVGTSpanElement::layoutObjectIsNeeded(const LayoutStyle& style)
+bool SVGTSpanElement::layoutObjectIsNeeded(const ComputedStyle& style)
{
if (parentNode()
&& (isSVGAElement(*parentNode())
« no previous file with comments | « Source/core/svg/SVGTSpanElement.h ('k') | Source/core/svg/SVGTextElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698