| Index: Source/core/layout/LayoutTableCol.cpp
|
| diff --git a/Source/core/layout/LayoutTableCol.cpp b/Source/core/layout/LayoutTableCol.cpp
|
| index c7d36405f96df79c02c89d17e88c8a73bef641cb..f6e1ccf7ede9d76a1f202c18ffd364f73ee2399d 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 LayoutLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
|
| +LayoutRect LayoutTableCol::clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* 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
|
|
|