| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index 189402ebc688ce16aaf3f47477d3fbb75db4ad67..a2603d5da1ea50c30ac504d0855a0c5435350f90 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -241,7 +241,7 @@ void LayoutView::SetShouldDoFullPaintInvalidationOnResizeIfNeeded(
|
| Style()->BackgroundLayers())) ||
|
| (height_changed && MustInvalidateFillLayersPaintOnHeightChange(
|
| Style()->BackgroundLayers())))
|
| - SetShouldDoFullPaintInvalidation(kPaintInvalidationBoundsChange);
|
| + SetShouldDoFullPaintInvalidation(PaintInvalidationReason::kBackground);
|
| }
|
| }
|
|
|
|
|