| Index: Source/core/layout/LayoutTableCol.cpp
|
| diff --git a/Source/core/layout/LayoutTableCol.cpp b/Source/core/layout/LayoutTableCol.cpp
|
| index 0e86afe0b27cffc2a0a380f13aae1237fd1f560b..67a6bb01adc42c4275cd1e5af655a5b46353e19c 100644
|
| --- a/Source/core/layout/LayoutTableCol.cpp
|
| +++ b/Source/core/layout/LayoutTableCol.cpp
|
| @@ -109,7 +109,7 @@ bool LayoutTableCol::canHaveChildren() const
|
| return isTableColumnGroup();
|
| }
|
|
|
| -LayoutRect LayoutTableCol::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
|
| +LayoutRect LayoutTableCol::clippedOverflowRectForPaintInvalidation(const LayoutLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
|
| {
|
| // For now, just paint invalidate the whole table.
|
| // FIXME: Find a better way to do this, e.g., need to paint invalidate all the cells that we
|
|
|