| 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 ae34a224b2d83e072903c8fe5f1df443046a3b7b..c7b6623c1973ee5ad93af16194175c58d7cc8d49 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -2285,7 +2285,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;
|
| }
|
|
|
|
|