| Index: Source/core/paint/DeprecatedPaintLayer.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.cpp b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| index 7efcb1de19bc2510a2d8fdf498145e7b3b390274..67a77291557989420a444c4a7c5b55b39aed8cf9 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.cpp
|
| @@ -1932,6 +1932,9 @@ DeprecatedPaintLayer* DeprecatedPaintLayer::hitTestChildren(ChildrenIteration ch
|
|
|
| void DeprecatedPaintLayer::blockSelectionGapsBoundsChanged()
|
| {
|
| + if (RuntimeEnabledFeatures::slimmingPaintV2Enabled())
|
| + return;
|
| +
|
| setNeedsCompositingInputsUpdate();
|
| }
|
|
|
|
|