| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index a3b7e867a42c96212aaf748004667067122ad065..d6c9602a1ba6b6bf14d1b285080bcd342b13704e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2296,7 +2296,7 @@ bool LayoutBox::paintedOutputOfObjectHasNoEffectRegardlessOfSize() const {
|
| // the changed part of children when the box got resized. In SPv2 this is
|
| // handled by detecting paint property changes.
|
| if (!RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| - if (hasClipRelatedProperty() || hasControlClip())
|
| + if (hasClipRelatedProperty())
|
| return false;
|
| }
|
|
|
|
|