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