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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceGradient.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/LayoutSVGResourceGradient.cpp
diff --git a/Source/core/layout/svg/LayoutSVGResourceGradient.cpp b/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
index 4fc09a23c54323f51767ac5a8148ffef50af4faa..6a5bc57cc72570665cd8d44395f9bf3be6f9bc8e 100644
--- a/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
+++ b/Source/core/layout/svg/LayoutSVGResourceGradient.cpp
@@ -99,7 +99,7 @@ SVGPaintServer LayoutSVGResourceGradient::preparePaintServer(const LayoutObject&
return SVGPaintServer(gradientData->gradient);
}
-bool LayoutSVGResourceGradient::isChildAllowed(LayoutObject* child, const LayoutStyle&) const
+bool LayoutSVGResourceGradient::isChildAllowed(LayoutObject* child, const ComputedStyle&) const
{
if (child->isSVGGradientStop())
return true;
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceGradient.h ('k') | Source/core/layout/svg/LayoutSVGResourceMasker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698