| Index: third_party/WebKit/Source/core/layout/ng/ng_box.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box.cc b/third_party/WebKit/Source/core/layout/ng/ng_box.cc
|
| index 72f3af367574b0289697a268044e420b502fdce1..4f3df7570e6c6e61e5d4e72d6b302fcc314201f1 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_box.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_box.cc
|
| @@ -125,7 +125,7 @@ void NGBox::CopyFragmentDataToLayoutBox(
|
| layout_box_->setWidth(fragment_->Width());
|
| layout_box_->setHeight(fragment_->Height());
|
| NGBoxStrut border_and_padding =
|
| - computeBorders(*Style()) + computePadding(constraint_space, *Style());
|
| + ComputeBorders(*Style()) + ComputePadding(constraint_space, *Style());
|
| LayoutUnit intrinsic_logical_height =
|
| layout_box_->style()->isHorizontalWritingMode()
|
| ? fragment_->HeightOverflow()
|
|
|