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

Unified Diff: Source/core/svg/SVGDefsElement.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/SVGDefsElement.h ('k') | Source/core/svg/SVGDescElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDefsElement.cpp
diff --git a/Source/core/svg/SVGDefsElement.cpp b/Source/core/svg/SVGDefsElement.cpp
index 88e8f3e5bba2c5e124bee5c671d67d7471be2e1b..3813ce9b141f465584c60db81438276828dd8a3e 100644
--- a/Source/core/svg/SVGDefsElement.cpp
+++ b/Source/core/svg/SVGDefsElement.cpp
@@ -34,7 +34,7 @@ inline SVGDefsElement::SVGDefsElement(Document& document)
DEFINE_NODE_FACTORY(SVGDefsElement)
-LayoutObject* SVGDefsElement::createLayoutObject(const LayoutStyle&)
+LayoutObject* SVGDefsElement::createLayoutObject(const ComputedStyle&)
{
return new LayoutSVGHiddenContainer(this);
}
« no previous file with comments | « Source/core/svg/SVGDefsElement.h ('k') | Source/core/svg/SVGDescElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698