| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| index 6bfb2964735201eeffc09c1956b073297cc9fcf0..0b92d9ad8c8e15ceddc3d405e56cece53e1d8cde 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| @@ -202,9 +202,6 @@ class RootInlineBox : public InlineFlowBox {
|
| return InlineFlowBox::logicalBottomLayoutOverflow(lineBottom());
|
| }
|
|
|
| - // Used to calculate the underline offset for TextUnderlinePositionUnder.
|
| - LayoutUnit maxLogicalTop() const;
|
| -
|
| Node* getLogicalStartBoxWithNode(InlineBox*&) const;
|
| Node* getLogicalEndBoxWithNode(InlineBox*&) const;
|
|
|
|
|