| 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 c2d018da23a33ee711fe1721bb230c8ecd6fa383..7690e88db5c3fb2113a40faa4fafb2e5f70bf35e 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&);
|
|
|