| Index: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| index f3ecacdeadff311d69489a0496c2ba18a0a391be..7051025e79703dc701dade8446c5523f0b6d4a5f 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
|
| @@ -217,8 +217,9 @@ void BoxPaintInvalidator::InvalidateScrollingContentsBackgroundIfNeeded() {
|
| old_layout_overflow, new_layout_overflow);
|
| if (!paints_onto_scrolling_contents_layer) {
|
| if (should_fully_invalidate) {
|
| - box_.GetMutableForPainting().SetShouldDoFullPaintInvalidation(
|
| - kPaintInvalidationLayoutOverflowBoxChange);
|
| + box_.GetMutableForPainting()
|
| + .SetShouldDoFullPaintInvalidationWithoutGeometryChange(
|
| + kPaintInvalidationLayoutOverflowBoxChange);
|
| }
|
| return;
|
| }
|
|
|