| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 6ef41c55a92f1b97be06723a0d987ed583b62c92..9e7866d9eb10c912735e4b991f53fddd0d532575 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -314,6 +314,7 @@ protected:
|
|
|
| void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const override;
|
| void absoluteQuads(Vector<FloatQuad>&) const override;
|
| + LayoutObject* hoverAncestor() const final;
|
|
|
| LayoutUnit logicalRightOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, IndentTextOrNot applyTextIndent, LayoutUnit logicalHeight = LayoutUnit()) const
|
| {
|
|
|