| Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| index 1f24ae7d2b8ef22e858796c8160305acfc8d1294..67bbbcf89af2f1b1dbd8c60978b20b94a7fff7f9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
| @@ -1594,7 +1594,7 @@ static LayoutUnit computeOverflowAlignmentOffset(OverflowAlignment overflow, Lay
|
| // If overflow is 'safe', we have to make sure we don't overflow the 'start'
|
| // edge (potentially cause some data loss as the overflow is unreachable).
|
| return std::max<LayoutUnit>(0, offset);
|
| - case OverflowAlignmentTrue:
|
| + case OverflowAlignmentUnsafe:
|
| case OverflowAlignmentDefault:
|
| // If we overflow our alignment container and overflow is 'true' (default), we
|
| // ignore the overflow and just return the value regardless (which may cause data
|
|
|