Index: third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp (working copy) |
@@ -212,7 +212,7 @@ |
return TransformationMatrix(); |
} |
-IntRect RenderSVGContainer::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) |
+IntRect RenderSVGContainer::clippedOverflowRectForRepaint(RenderBox* repaintContainer) |
{ |
FloatRect repaintRect; |
@@ -280,7 +280,7 @@ |
return false; |
} |
-IntRect RenderSVGContainer::outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/) const |
+IntRect RenderSVGContainer::outlineBoundsForRepaint(RenderBox* /*repaintContainer*/) const |
{ |
// FIXME: handle non-root repaintContainer |
IntRect result = m_absoluteBounds; |