Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index 27db312ea75e154c1d2e8cb9eb82fa184af001a8..920744f1d2cba40b6f4cfed45ada4154c33ca03a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -734,7 +734,7 @@ public: |
virtual void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&) const; |
virtual void paintMask(const PaintInfo&, const LayoutPoint&) const; |
- void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override; |
+ void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) override; |
ResourcePriority computeResourcePriority() const final; |
void logicalExtentAfterUpdatingLogicalWidth(const LayoutUnit& logicalTop, LogicalExtentComputedValues&); |