Index: Source/core/layout/svg/LayoutSVGShape.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGShape.cpp b/Source/core/layout/svg/LayoutSVGShape.cpp |
index 714f4a3cacc437da42d0598e0cc78e80792042ab..50ed48f80e48c23c157435f11ce9eb642deeb320 100644 |
--- a/Source/core/layout/svg/LayoutSVGShape.cpp |
+++ b/Source/core/layout/svg/LayoutSVGShape.cpp |
@@ -211,7 +211,7 @@ bool LayoutSVGShape::nodeAtFloatPointInternal(const HitTestRequest& request, con |
{ |
bool isVisible = (style()->visibility() == VISIBLE); |
if (isVisible || !hitRules.requireVisible) { |
- const SVGLayoutStyle& svgStyle = style()->svgStyle(); |
+ const SVGComputedStyle& svgStyle = style()->svgStyle(); |
WindRule fillRule = svgStyle.fillRule(); |
if (request.svgClipContent()) |
fillRule = svgStyle.clipRule(); |