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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceGradient.h

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.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceGradient.h b/Source/core/layout/svg/LayoutSVGResourceGradient.h
index de0fd2b90a6fc5c8ea96e3aed608804d7d2b1a26..e6835d335a3df4fe8a363c3c0720a7b0e7af9621 100644
--- a/Source/core/layout/svg/LayoutSVGResourceGradient.h
+++ b/Source/core/layout/svg/LayoutSVGResourceGradient.h
@@ -47,7 +47,7 @@ public:
virtual SVGPaintServer preparePaintServer(const LayoutObject&) override final;
- virtual bool isChildAllowed(LayoutObject* child, const LayoutStyle&) const override final;
+ virtual bool isChildAllowed(LayoutObject* child, const ComputedStyle&) const override final;
protected:
void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const;
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp ('k') | Source/core/layout/svg/LayoutSVGResourceGradient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698