Index: third_party/WebKit/WebCore/rendering/RenderSVGImage.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderSVGImage.h (revision 5296) |
+++ third_party/WebKit/WebCore/rendering/RenderSVGImage.h (working copy) |
@@ -45,6 +45,7 @@ |
virtual FloatRect relativeBBox(bool includeStroke = true) const; |
virtual IntRect absoluteClippedOverflowRect(); |
virtual void absoluteRects(Vector<IntRect>&, int tx, int ty, bool topLevel = true); |
+ virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true); |
virtual void addFocusRingRects(GraphicsContext*, int tx, int ty); |
virtual void imageChanged(WrappedImagePtr); |