| Index: Source/core/layout/LayoutBlock.h
|
| diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h
|
| index d89e5f764eab71009d0160a7c66521f18644c01a..4225fc6b054c7947ed1bc3f4095b75b796336535 100644
|
| --- a/Source/core/layout/LayoutBlock.h
|
| +++ b/Source/core/layout/LayoutBlock.h
|
| @@ -345,8 +345,6 @@ private:
|
| // children.
|
| LayoutBlock* firstLineBlock() const override;
|
|
|
| - LayoutRect rectWithOutlineForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, LayoutUnit outlineWidth, const PaintInvalidationState* = nullptr) const final;
|
| -
|
| LayoutObject* hoverAncestor() const final;
|
| void updateDragState(bool dragOn) final;
|
| void childBecameNonInline(LayoutObject* child) final;
|
|
|