Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableSection.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698