Index: third_party/WebKit/WebCore/rendering/RenderSVGInlineText.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderSVGInlineText.h (revision 5296) |
+++ third_party/WebKit/WebCore/rendering/RenderSVGInlineText.h (working copy) |
@@ -34,7 +34,10 @@ |
public: |
RenderSVGInlineText(Node*, PassRefPtr<StringImpl>); |
virtual const char* renderName() const { return "RenderSVGInlineText"; } |
+ |
virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty, bool topLevel = true); |
+ virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); |
+ |
virtual bool requiresLayer() { return false; } |
virtual IntRect selectionRect(bool clipToVisibleContent = true); |
virtual bool isSVGText() const { return true; } |