| 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 504781eaafed22a888c05fad325599005c55b2bc..4b5bcbdac7088af617ce9bf441a98a2780a1a021 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2288,7 +2288,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() || hasMask())
|
| + if (hasClipRelatedProperty() || hasMask())
|
| return false;
|
| }
|
|
|
|
|