Index: third_party/WebKit/WebCore/rendering/RenderSVGImage.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderSVGImage.h (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderSVGImage.h (working copy) |
@@ -43,7 +43,7 @@ |
virtual TransformationMatrix localTransform() const { return m_localTransform; } |
virtual FloatRect relativeBBox(bool includeStroke = true) const; |
- virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); |
+ virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer); |
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); |