Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableRow.cpp

Issue 1728313003: Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and reflect comment Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine