| 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 d52d2252dfc340107bff9d75ab1c901ed0de6b52..52dde27b0a7a8314b1a823a60a65250177c03b04 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
|
| @@ -73,9 +73,9 @@ NGConstraintSpace* NGConstraintSpace::CreateFromLayoutObject(
|
| .SetAvailableSize(size)
|
| .SetPercentageResolutionSize(size)
|
| .SetIsInlineDirectionTriggersScrollbar(
|
| - box.styleRef().overflowInlineDirection() == OverflowAuto)
|
| + box.styleRef().overflowInlineDirection() == EOverflow::Auto)
|
| .SetIsBlockDirectionTriggersScrollbar(
|
| - box.styleRef().overflowBlockDirection() == OverflowAuto)
|
| + box.styleRef().overflowBlockDirection() == EOverflow::Auto)
|
| .SetIsFixedSizeInline(fixed_inline)
|
| .SetIsFixedSizeBlock(fixed_block)
|
| .SetIsNewFormattingContext(is_new_fc)
|
|
|