| 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 bcd642608ef7d6deea5d4833c20e350d942e7ab5..dc62d0fd7a86a59a6b64dd8f2e17602b8ba2c20d 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
|
| @@ -83,9 +83,9 @@ NGConstraintSpace* NGConstraintSpace::CreateFromLayoutObject(
|
| .SetAvailableSize(available_size)
|
| .SetPercentageResolutionSize(percentage_size)
|
| .SetIsInlineDirectionTriggersScrollbar(
|
| - box.styleRef().overflowInlineDirection() == EOverflow::Auto)
|
| + box.styleRef().overflowInlineDirection() == EOverflow::kAuto)
|
| .SetIsBlockDirectionTriggersScrollbar(
|
| - box.styleRef().overflowBlockDirection() == EOverflow::Auto)
|
| + box.styleRef().overflowBlockDirection() == EOverflow::kAuto)
|
| .SetIsFixedSizeInline(fixed_inline)
|
| .SetIsFixedSizeBlock(fixed_block)
|
| .SetIsShrinkToFit(
|
|
|