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 71fc4248e32f484e2cc9f956f8fa2c97926aa084..f924ec89c505393486097c71ee64ac73d89f5207 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
@@ -1403,7 +1403,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) |