| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.h b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| index d167a9a147d180d173fd90805e3fa92875209d60..5a69e3f00a04ebc51eff5c35c36144e6c5b5e322 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -156,7 +156,7 @@ private:
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| - void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
| + void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
|
|