Index: third_party/WebKit/WebCore/rendering/RenderText.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderText.h (revision 5296) |
+++ third_party/WebKit/WebCore/rendering/RenderText.h (working copy) |
@@ -64,6 +64,9 @@ |
virtual void absoluteRects(Vector<IntRect>&, int tx, int ty, bool topLevel = true); |
virtual void addLineBoxRects(Vector<IntRect>&, unsigned startOffset = 0, unsigned endOffset = UINT_MAX, bool useSelectionHeight = false); |
+ virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); |
+ virtual void collectAbsoluteLineBoxQuads(Vector<FloatQuad>&, unsigned startOffset = 0, unsigned endOffset = UINT_MAX, bool useSelectionHeight = false); |
+ |
virtual VisiblePosition positionForCoordinates(int x, int y); |
const UChar* characters() const { return m_text->characters(); } |