Index: third_party/WebKit/Source/core/layout/LayoutTableCol.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp |
index aaf594c9e7481959cd7c6dcd0ae31103047c1b45..0f11c9bf8a7a7386dde7d7d4318211d879c201b0 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.cpp |
@@ -121,7 +121,7 @@ LayoutRect LayoutTableCol::clippedOverflowRectForPaintInvalidation(const LayoutB |
return parentTable->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer, paintInvalidationState); |
} |
-void LayoutTableCol::imageChanged(WrappedImagePtr, const IntRect*) |
+void LayoutTableCol::imageChanged(bool, WrappedImagePtr, const IntRect*) |
{ |
// FIXME: Issue paint invalidation of only the rect the image paints in. |
setShouldDoFullPaintInvalidation(); |