| Index: Source/core/rendering/RenderTableCol.h
|
| diff --git a/Source/core/rendering/RenderTableCol.h b/Source/core/rendering/RenderTableCol.h
|
| index 90f9100e25c80782e4cd25e8998ee43549dd3754..acb7d01e89cb9e699d8c17c87518d513683091a7 100644
|
| --- a/Source/core/rendering/RenderTableCol.h
|
| +++ b/Source/core/rendering/RenderTableCol.h
|
| @@ -96,7 +96,7 @@ private:
|
| virtual bool canHaveChildren() const OVERRIDE;
|
| virtual LayerType layerTypeRequired() const OVERRIDE { return NoLayer; }
|
|
|
| - virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
|
| + virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
|
| virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
|
|
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
|
|
|