Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index 10a78c5c175ae143b329c8de53b72f7579658642..c2f91e860f112e43f4dfc09b3648791de5e93a0a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -251,10 +251,7 @@ |
return style()->isHorizontalWritingMode() ? m_frameRect.height() |
: m_frameRect.width(); |
} |
- |
- // Logical height of the object, including content overflowing the |
- // border-after edge. |
- LayoutUnit logicalHeightWithVisibleOverflow() const; |
+ LayoutUnit logicalHeightIncludingOverflow() const; |
LayoutUnit constrainLogicalWidthByMinMax(LayoutUnit, |
LayoutUnit, |