| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index 4a1b6329af80b2fafd83dd766ce1df9c5aa1d32a..6bfca95afda5ed957ae28616475b1e6a9d4c0c49 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -411,7 +411,6 @@ private:
|
|
|
| void computeBlockPreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const;
|
|
|
| - LayoutObject* hoverAncestor() const final;
|
| void updateDragState(bool dragOn) final;
|
| void childBecameNonInline(LayoutObject* child) final;
|
|
|
|
|