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 897fc33211125f2bb5b63df1556ab9c3c10b4318..789981bf32e08312dbc4d7d56e7f463e8beb0d50 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; |