Index: third_party/WebKit/WebCore/rendering/RenderForeignObject.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderForeignObject.h (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderForeignObject.h (working copy) |
@@ -42,7 +42,7 @@ |
virtual TransformationMatrix localTransform() const { return m_localTransform; } |
virtual bool calculateLocalTransform(); |
- virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false); |
+ virtual void computeRectForRepaint(RenderBox* repaintContainer, IntRect&, bool fixed = false); |
virtual bool requiresLayer() const { return false; } |
virtual void layout(); |