summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderTableCol.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderTableCol.h')
-rw-r--r--WebCore/rendering/RenderTableCol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/rendering/RenderTableCol.h b/WebCore/rendering/RenderTableCol.h
index 9d46e2b..3472965 100644
--- a/WebCore/rendering/RenderTableCol.h
+++ b/WebCore/rendering/RenderTableCol.h
@@ -44,10 +44,10 @@ public:
virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
virtual bool canHaveChildren() const;
- virtual bool requiresLayer() { return false; }
+ virtual bool requiresLayer() const { return false; }
- virtual IntRect absoluteClippedOverflowRect();
- virtual void imageChanged(WrappedImagePtr);
+ virtual IntRect clippedOverflowRectForRepaint(RenderBox* repaintContainer);
+ virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
int span() const { return m_span; }
void setSpan(int s) { m_span = s; }