| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| index f779374330cb556453abff10dbd803a747179ea3..4d7d45f19b9c965ac117e8589c7900a85fb206b5 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
|
| @@ -41,8 +41,8 @@ NGConstraintSpace NGConstraintSpace::fromLayoutObject(const LayoutBox& child) {
|
| fixedBlock = true;
|
| }
|
| NGLogicalSize size;
|
| - size.inlineSize = container_logical_width;
|
| - size.blockSize = container_logical_height;
|
| + size.inline_size = container_logical_width;
|
| + size.block_size = container_logical_height;
|
| NGConstraintSpace space(size);
|
| space.setOverflowTriggersScrollbar(
|
| child.styleRef().overflowInlineDirection() == OverflowAuto,
|
|
|