| Index: third_party/WebKit/WebCore/rendering/RenderSVGImage.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderSVGImage.h (revision 9310)
|
| +++ 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(RenderBox* repaintContainer);
|
| + virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* 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);
|
|
|