| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| index 48aa589b5862e815fa464165e8e671569ecacc45..09afd73e9de8e179841b4493978852ec45655ea6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -387,7 +387,8 @@ void LayoutTableCell::setOverrideLogicalContentHeightFromRowHeight(
|
| LayoutUnit rowHeight) {
|
| clearIntrinsicPadding();
|
| setOverrideLogicalContentHeight(
|
| - (rowHeight - borderAndPaddingLogicalHeight()).clampNegativeToZero());
|
| + (rowHeight - collapsedBorderAndCSSPaddingLogicalHeight())
|
| + .clampNegativeToZero());
|
| }
|
|
|
| LayoutSize LayoutTableCell::offsetFromContainer(const LayoutObject* o) const {
|
|
|