| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index f9331d78315a2217740128973ea2cd54cb059b24..b22590b2716841cbb345a58e26e5a74d8dbb4ffc 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -1537,7 +1537,7 @@ void RenderTableSection::paintObject(PaintInfo& paintInfo, const LayoutPoint& pa
|
| void RenderTableSection::imageChanged(WrappedImagePtr, const IntRect*)
|
| {
|
| // FIXME: Examine cells and issue paint invalidations of only the rect the image paints in.
|
| - paintInvalidationForWholeRenderer();
|
| + setShouldDoFullPaintInvalidation(true);
|
| }
|
|
|
| void RenderTableSection::recalcCells()
|
|
|