| Index: Source/core/layout/LayoutBox.h
|
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
|
| index 43fb401350551749348b2684e6280b71372b032b..55a527d9e98e5ec64b81570850c0f358b2f85e11 100644
|
| --- a/Source/core/layout/LayoutBox.h
|
| +++ b/Source/core/layout/LayoutBox.h
|
| @@ -590,6 +590,7 @@ public:
|
| virtual void paintBoxDecorationBackground(const PaintInfo&, const LayoutPoint&);
|
| virtual void paintMask(const PaintInfo&, const LayoutPoint&);
|
| void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
| + ResourcePriority updatePriority(Resource*) final;
|
|
|
| void logicalExtentAfterUpdatingLogicalWidth(const LayoutUnit& logicalTop, LogicalExtentComputedValues&);
|
|
|
|
|