Index: third_party/WebKit/WebCore/rendering/RenderInline.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderInline.h (revision 5296) |
+++ third_party/WebKit/WebCore/rendering/RenderInline.h (working copy) |
@@ -68,6 +68,7 @@ |
virtual int offsetTop() const; |
void absoluteRects(Vector<IntRect>&, int tx, int ty, bool topLevel = true); |
+ virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); |
virtual VisiblePosition positionForCoordinates(int x, int y); |