| 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 fbe4d937ce361f4ecd9b9eadafb74d31684e5767..ae47514df9ea3c0ca52f784b89ed9b680b5ae60f 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();
|
|
|