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

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

Issue 1728313003: Split ImageResourceClient into ResourceClient and ImageResourceObserver [2/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit refine. Created 4 years, 10 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/LayoutBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
index 5a0eaf34a18a7d7105d53cd90dec1d3156a299d2..93da8ce9b6774cc7907a6f71a75b442987477ada 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
@@ -1422,7 +1422,7 @@ void LayoutBox::paintMask(const PaintInfo& paintInfo, const LayoutPoint& paintOf
BoxPainter(*this).paintMask(paintInfo, paintOffset);
}
-void LayoutBox::imageChanged(WrappedImagePtr image, const IntRect*)
+void LayoutBox::imageChanged(bool, WrappedImagePtr image, const IntRect*)
{
// TODO(chrishtr): support PaintInvalidationDelayedFull for animated border images.
if ((style()->borderImage().image() && style()->borderImage().image()->data() == image)

Powered by Google App Engine
This is Rietveld 408576698