| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| index 206782a6454c44ec37bdf59615489fea93970959..9c847bc143c263ceaa0d0a965678a87d85bb9ef4 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
| @@ -1146,7 +1146,7 @@ void PaintPropertyTreeBuilder::UpdateForObjectLocationAndSize(
|
|
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| object.GetMutableForPainting().SetShouldDoFullPaintInvalidation(
|
| - kPaintInvalidationLocationChange);
|
| + PaintInvalidationReason::kGeometry);
|
| }
|
| object.GetMutableForPainting().SetPaintOffset(context.current.paint_offset);
|
| }
|
|
|