Index: Source/core/svg/SVGClipPathElement.cpp |
diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp |
index a1bc9e5cbc4b5f329e2ff8f19ce503edc5e06c9f..f7182581c4bdac94cc3ca1f74569c8a02b950db9 100644 |
--- a/Source/core/svg/SVGClipPathElement.cpp |
+++ b/Source/core/svg/SVGClipPathElement.cpp |
@@ -67,7 +67,7 @@ void SVGClipPathElement::childrenChanged(const ChildrenChange& change) |
object->setNeedsLayoutAndFullPaintInvalidation(); |
} |
-LayoutObject* SVGClipPathElement::createLayoutObject(const LayoutStyle&) |
+LayoutObject* SVGClipPathElement::createLayoutObject(const ComputedStyle&) |
{ |
return new LayoutSVGResourceClipper(this); |
} |