| Index: third_party/WebKit/WebCore/rendering/RenderSVGRoot.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGRoot.h (revision 9310)
|
| +++ third_party/WebKit/WebCore/rendering/RenderSVGRoot.h (working copy)
|
| @@ -52,7 +52,7 @@
|
| virtual void layout();
|
| virtual void paint(PaintInfo&, int parentX, int parentY);
|
|
|
| - virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer);
|
| + virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
|
| 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);
|
|
|