| Index: third_party/WebKit/WebCore/rendering/RenderSVGRoot.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGRoot.h (revision 5296)
|
| +++ third_party/WebKit/WebCore/rendering/RenderSVGRoot.h (working copy)
|
| @@ -49,6 +49,7 @@
|
|
|
| virtual IntRect absoluteClippedOverflowRect();
|
| virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty);
|
| + virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true);
|
| virtual void addFocusRingRects(GraphicsContext*, int tx, int ty);
|
|
|
| virtual AffineTransform absoluteTransform() const;
|
|
|