| 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 1731bfdc8fb11f2106df08cf8099ecb01905d4c0..e919877239f2a8fed1636b23376404b694b4d9e7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2797,7 +2797,7 @@ LayoutUnit LayoutBox::computeReplacedLogicalWidthUsing(SizeType sizeType, const
|
| return LayoutUnit();
|
| }
|
|
|
| -LayoutUnit LayoutBox::computeReplacedLogicalHeight() const
|
| +LayoutUnit LayoutBox::computeReplacedLogicalHeight(LayoutUnit) const
|
| {
|
| return computeReplacedLogicalHeightRespectingMinMaxHeight(computeReplacedLogicalHeightUsing(MainOrPreferredSize, style()->logicalHeight()));
|
| }
|
|
|