summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h')
-rw-r--r--src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h b/src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h
index 4fd4cc3..efab659 100644
--- a/src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h
+++ b/src/3rdparty/webkit/WebCore/rendering/RenderSVGTextPath.h
@@ -38,8 +38,6 @@ namespace WebCore {
bool stretchMethod() const;
virtual const char* renderName() const { return "RenderSVGTextPath"; }
- virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty);
- virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true);
private:
float m_startOffset;