Index: third_party/WebKit/WebCore/rendering/RenderPath.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderPath.cpp (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderPath.cpp (working copy) |
@@ -170,7 +170,7 @@ |
setNeedsLayout(false); |
} |
-IntRect RenderPath::clippedOverflowRectForRepaint(RenderBoxModelObject* /*repaintContainer*/) |
+IntRect RenderPath::clippedOverflowRectForRepaint(RenderBox* /*repaintContainer*/) |
{ |
// FIXME: handle non-root repaintContainer |
FloatRect repaintRect = absoluteTransform().mapRect(relativeBBox(true)); |
@@ -470,7 +470,7 @@ |
return bounds; |
} |
-IntRect RenderPath::outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/) const |
+IntRect RenderPath::outlineBoundsForRepaint(RenderBox* /*repaintContainer*/) const |
{ |
// FIXME: handle non-root repaintContainer |
IntRect result = m_absoluteBounds; |