Index: third_party/WebKit/WebCore/rendering/RenderSVGText.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderSVGText.h (revision 5296) |
+++ third_party/WebKit/WebCore/rendering/RenderSVGText.h (working copy) |
@@ -51,6 +51,8 @@ |
virtual void layout(); |
virtual void absoluteRects(Vector<IntRect>&, int tx, int ty, bool topLevel = true); |
+ virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); |
+ |
virtual IntRect absoluteClippedOverflowRect(); |
virtual FloatRect relativeBBox(bool includeStroke = true) const; |