| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| index c52beeb4b800a96c97c3cca76b7c111723f7d57c..0810e28bf99c21ed525964a7e95562f6e26e090e 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| @@ -302,12 +302,6 @@ LayoutUnit RootInlineBox::alignBoxesInBlockDirection(
|
| return heightOfBlock + maxHeight;
|
| }
|
|
|
| -LayoutUnit RootInlineBox::maxLogicalTop() const {
|
| - LayoutUnit maxLogicalTop;
|
| - computeMaxLogicalTop(maxLogicalTop);
|
| - return maxLogicalTop;
|
| -}
|
| -
|
| LayoutUnit RootInlineBox::beforeAnnotationsAdjustment() const {
|
| LayoutUnit result;
|
|
|
|
|