| Index: Source/core/rendering/RenderTableCol.h
|
| diff --git a/Source/core/rendering/RenderTableCol.h b/Source/core/rendering/RenderTableCol.h
|
| index acb7d01e89cb9e699d8c17c87518d513683091a7..5223499c7e83441c2f73317c69363e4605869220 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 clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
|
| + virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const InvalidationTreeWalkState* = 0) const OVERRIDE;
|
| virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) OVERRIDE;
|
|
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
|
|
|