| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index 9655aac8a07ee74ede97abbb5aa82cc18d1b38e5..239157a9e21b6aec2eea2431dcbe2100dbd82173 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2759,7 +2759,7 @@ LayoutUnit LayoutBox::computeReplacedLogicalWidthUsing(SizeType sizeType, const
|
| return LayoutUnit();
|
| }
|
|
|
| -LayoutUnit LayoutBox::computeReplacedLogicalHeight() const
|
| +LayoutUnit LayoutBox::computeReplacedLogicalHeight(LayoutUnit) const
|
| {
|
| return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(MainOrPreferredSize, style()->logicalHeight()));
|
| }
|
|
|