summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/graphics/SVGPaintServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/graphics/SVGPaintServer.h')
-rw-r--r--WebCore/svg/graphics/SVGPaintServer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/svg/graphics/SVGPaintServer.h b/WebCore/svg/graphics/SVGPaintServer.h
index 0d37e9f..9174f66 100644
--- a/WebCore/svg/graphics/SVGPaintServer.h
+++ b/WebCore/svg/graphics/SVGPaintServer.h
@@ -77,14 +77,6 @@ namespace WebCore {
static SVGPaintServerSolid* sharedSolidPaintServer();
protected:
-#if PLATFORM(CG)
- void strokePath(CGContextRef, const RenderObject*) const;
- void clipToStrokePath(CGContextRef, const RenderObject*) const;
- void fillPath(CGContextRef, const RenderObject*) const;
- void clipToFillPath(CGContextRef, const RenderObject*) const;
-#endif
-
- protected:
SVGPaintServer();
};