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

Unified Diff: Source/core/svg/SVGSymbolElement.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/SVGSymbolElement.h ('k') | Source/core/svg/SVGTSpanElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSymbolElement.cpp
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp
index f186b972af5ba4d8ab3d21ffaa1ba26de02741fa..8edf21ed6f8e4c6ea979bccd6b3ff82cbfaa869a 100644
--- a/Source/core/svg/SVGSymbolElement.cpp
+++ b/Source/core/svg/SVGSymbolElement.cpp
@@ -47,7 +47,7 @@ void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
invalidateInstances();
}
-LayoutObject* SVGSymbolElement::createLayoutObject(const LayoutStyle&)
+LayoutObject* SVGSymbolElement::createLayoutObject(const ComputedStyle&)
{
return new LayoutSVGHiddenContainer(this);
}
« no previous file with comments | « Source/core/svg/SVGSymbolElement.h ('k') | Source/core/svg/SVGTSpanElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698