Index: third_party/WebKit/WebCore/rendering/RenderTableCol.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderTableCol.h (revision 9383) |
+++ third_party/WebKit/WebCore/rendering/RenderTableCol.h (working copy) |
@@ -51,7 +51,7 @@ |
virtual bool canHaveChildren() const; |
virtual bool requiresLayer() const { return false; } |
- virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer); |
+ virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer); |
virtual void imageChanged(WrappedImagePtr, const IntRect* = 0); |
int span() const { return m_span; } |