Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp |
index 2b830b070a27d7c5b949c5e36aaf1bcc82416526..5a6d179cf7711daf186dcacc179e8630f6fe05d0 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp |
@@ -1299,7 +1299,7 @@ LayoutSize LayoutInline::offsetForInFlowPositionedInline(const LayoutBox& child) |
return style()->isHorizontalWritingMode() ? logicalOffset : logicalOffset.transposedSize(); |
} |
-void LayoutInline::imageChanged(WrappedImagePtr, const IntRect*) |
+void LayoutInline::imageChanged(bool, WrappedImagePtr, const IntRect*) |
{ |
if (!parent()) |
return; |