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