| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp b/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| index 149d4f72a71cfbfa6ce1f74a5ab398334977cb0d..e69a239f0a1a5254c1bc0e80d009a4989a9c544c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
|
| @@ -216,7 +216,7 @@ void LayoutTableRow::paint(const PaintInfo& paintInfo, const LayoutPoint& paintO
|
| TableRowPainter(*this).paint(paintInfo, paintOffset);
|
| }
|
|
|
| -void LayoutTableRow::imageChanged(WrappedImagePtr, const IntRect*)
|
| +void LayoutTableRow::imageChanged(bool, WrappedImagePtr, const IntRect*)
|
| {
|
| // FIXME: Examine cells and issue paint invalidations of only the rect the image paints in.
|
| setShouldDoFullPaintInvalidation();
|
|
|