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) |