Index: Source/core/paint/SVGShapePainter.cpp |
diff --git a/Source/core/paint/SVGShapePainter.cpp b/Source/core/paint/SVGShapePainter.cpp |
index 27d463d45ce4afd514b3f8f27296846e9f191bdd..75e902425e60a3b41e4d99e259fe66502918fef5 100644 |
--- a/Source/core/paint/SVGShapePainter.cpp |
+++ b/Source/core/paint/SVGShapePainter.cpp |
@@ -61,7 +61,7 @@ void SVGShapePainter::paint(const PaintInfo& paintInfo) |
if (paintContext.applyClipMaskAndFilterIfNecessary()) { |
LayoutObjectDrawingRecorder recorder(paintContext.paintInfo().context, m_renderSVGShape, paintContext.paintInfo().phase, boundingBox); |
if (!recorder.canUseCachedDrawing()) { |
- const SVGLayoutStyle& svgStyle = m_renderSVGShape.style()->svgStyle(); |
+ const SVGComputedStyle& svgStyle = m_renderSVGShape.style()->svgStyle(); |
bool shouldAntiAlias = svgStyle.shapeRendering() != SR_CRISPEDGES; |
// We're munging GC paint attributes without saving first (and so does |