Index: third_party/WebKit/WebCore/rendering/RenderForeignObject.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderForeignObject.cpp (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderForeignObject.cpp (working copy) |
@@ -70,7 +70,7 @@ |
paintInfo.context->restore(); |
} |
-void RenderForeignObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) |
+void RenderForeignObject::computeRectForRepaint(RenderBox* repaintContainer, IntRect& rect, bool fixed) |
{ |
TransformationMatrix transform = translationForAttributes() * localTransform(); |
rect = transform.mapRect(rect); |