| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| index 7acf1f5e21211253a3a50897436657401aafcaf5..9b1a49940b8708079938887397cb0e16f98961fd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -396,7 +396,7 @@ void LayoutFlexibleBox::layoutBlock(bool relayoutChildren) {
|
| LayoutUnit previousHeight = logicalHeight();
|
| setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight());
|
|
|
| - PaintLayerScrollableArea::DelayScrollPositionClampScope delayClampScope;
|
| + PaintLayerScrollableArea::DelayScrollOffsetClampScope delayClampScope;
|
|
|
| {
|
| TextAutosizer::LayoutScope textAutosizerLayoutScope(this, &layoutScope);
|
|
|