| Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| index 94b545003a8837387098f65a4587e5997ceb294f..017e3869d901851659783ca5d9faba85c3b79eb2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -452,7 +452,7 @@ void LayoutDeprecatedFlexibleBox::layoutHorizontalBox(bool relayoutChildren) {
|
| gatherFlexChildrenInfo(iterator, relayoutChildren, highestFlexGroup,
|
| lowestFlexGroup, haveFlex);
|
|
|
| - PaintLayerScrollableArea::DelayScrollPositionClampScope delayClampScope;
|
| + PaintLayerScrollableArea::DelayScrollOffsetClampScope delayClampScope;
|
|
|
| // We do 2 passes. The first pass is simply to lay everyone out at
|
| // their preferred widths. The second pass handles flexing the children.
|
| @@ -787,7 +787,7 @@ void LayoutDeprecatedFlexibleBox::layoutVerticalBox(bool relayoutChildren) {
|
| if (haveLineClamp)
|
| applyLineClamp(iterator, relayoutChildren);
|
|
|
| - PaintLayerScrollableArea::DelayScrollPositionClampScope delayClampScope;
|
| + PaintLayerScrollableArea::DelayScrollOffsetClampScope delayClampScope;
|
|
|
| // We do 2 passes. The first pass is simply to lay everyone out at
|
| // their preferred widths. The second pass handles flexing the children.
|
|
|