| Index: third_party/WebKit/WebCore/rendering/RenderSVGTextPath.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGTextPath.h (revision 5296)
|
| +++ third_party/WebKit/WebCore/rendering/RenderSVGTextPath.h (working copy)
|
| @@ -39,6 +39,7 @@
|
|
|
| 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;
|
|
|