| 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 cf5abcff018ad9d251c5cb210886d9acb5017bcf..dfca54bf2486e4d3e29701786bb192e1e9c61942 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/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&);
|
|
|
|
|