summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/SVGMarkerLayoutInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/SVGMarkerLayoutInfo.cpp')
-rw-r--r--WebCore/rendering/SVGMarkerLayoutInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/SVGMarkerLayoutInfo.cpp b/WebCore/rendering/SVGMarkerLayoutInfo.cpp
index b771cf8..aed756a 100644
--- a/WebCore/rendering/SVGMarkerLayoutInfo.cpp
+++ b/WebCore/rendering/SVGMarkerLayoutInfo.cpp
@@ -98,7 +98,7 @@ FloatRect SVGMarkerLayoutInfo::calculateBoundaries(RenderSVGResourceMarker* star
return bounds;
}
-void SVGMarkerLayoutInfo::drawMarkers(RenderObject::PaintInfo& paintInfo)
+void SVGMarkerLayoutInfo::drawMarkers(PaintInfo& paintInfo)
{
if (m_layout.isEmpty())
return;