Index: Source/WebCore/rendering/svg/RenderSVGImage.cpp |
=================================================================== |
--- Source/WebCore/rendering/svg/RenderSVGImage.cpp (revision 145114) |
+++ Source/WebCore/rendering/svg/RenderSVGImage.cpp (working copy) |
@@ -144,7 +144,7 @@ |
} |
if (drawsOutline) |
- paintOutline(childPaintInfo.context, IntRect(boundingBox)); |
+ paintOutline(childPaintInfo, IntRect(boundingBox)); |
} |
} |
@@ -191,7 +191,7 @@ |
repaint(); |
} |
-void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&) |
+void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) |
{ |
// this is called from paint() after the localTransform has already been applied |
IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates()); |