| 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 bff4e10187932b5d7d1e155e08385dcac2cb40e7..7bdeb24e54af108bb8041020485bb065e810cb8e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -700,6 +700,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;
|
| + ResourcePriority computeResourcePriority() const final;
|
|
|
| void logicalExtentAfterUpdatingLogicalWidth(const LayoutUnit& logicalTop, LogicalExtentComputedValues&);
|
|
|
|
|