summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/RenderTableCol.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/RenderTableCol.h')
-rw-r--r--Source/WebCore/rendering/RenderTableCol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/RenderTableCol.h b/Source/WebCore/rendering/RenderTableCol.h
index 61f8fa346..1a9fac6ec 100644
--- a/Source/WebCore/rendering/RenderTableCol.h
+++ b/Source/WebCore/rendering/RenderTableCol.h
@@ -87,7 +87,7 @@ private:
virtual bool canHaveChildren() const;
virtual bool requiresLayer() const { return false; }
- virtual LayoutRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) const;
+ virtual LayoutRect clippedOverflowRectForRepaint(RenderLayerModelObject* repaintContainer) const OVERRIDE;
virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);