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