| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index 89b925af6f41a1551f1d609cd14bd23c85fada16..67728cb7cc04b7873fac80e97f6a5697ccb358e3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -1391,7 +1391,7 @@ CellSpan LayoutTableSection::spannedEffectiveColumns(const LayoutRect& flippedRe
|
| }
|
|
|
|
|
| -void LayoutTableSection::imageChanged(WrappedImagePtr, const IntRect*)
|
| +void LayoutTableSection::imageChanged(bool, WrappedImagePtr, const IntRect*)
|
| {
|
| // FIXME: Examine cells and issue paint invalidations of only the rect the image paints in.
|
| setShouldDoFullPaintInvalidation();
|
|
|