Index: Source/core/paint/SVGShapePainter.h |
diff --git a/Source/core/paint/SVGShapePainter.h b/Source/core/paint/SVGShapePainter.h |
index 247d844873098b817c1351a5f12042f9f59f4a80..ea4b0a10a616c24b6ab4335e1c56fabc81460784 100644 |
--- a/Source/core/paint/SVGShapePainter.h |
+++ b/Source/core/paint/SVGShapePainter.h |
@@ -12,7 +12,7 @@ struct PaintInfo; |
class FloatPoint; |
class GraphicsContext; |
class Path; |
-class RenderSVGResourceMarker; |
+class LayoutSVGResourceMarker; |
class RenderSVGShape; |
class SVGShapePainter { |
@@ -26,7 +26,7 @@ private: |
void strokeShape(GraphicsContext*); |
void paintMarkers(const PaintInfo&); |
- void paintMarker(const PaintInfo&, RenderSVGResourceMarker&, const MarkerPosition&, float); |
+ void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float); |
void strokeZeroLengthLineCaps(GraphicsContext*); |
Path* zeroLengthLinecapPath(const FloatPoint&) const; |