| Index: Source/core/layout/LayoutTableRow.h
|
| diff --git a/Source/core/layout/LayoutTableRow.h b/Source/core/layout/LayoutTableRow.h
|
| index f8cb14aeaf6acfe3a7ec028132e182bcc856e21a..75bda231c91abf00f1d519f747c7bb760cbac851 100644
|
| --- a/Source/core/layout/LayoutTableRow.h
|
| +++ b/Source/core/layout/LayoutTableRow.h
|
| @@ -110,7 +110,7 @@ private:
|
|
|
| virtual DeprecatedPaintLayerType layerTypeRequired() const override
|
| {
|
| - if (hasTransformRelatedProperty() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCompositeForCurrentAnimations())
|
| + if (hasTransformRelatedProperty() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCompositeForCurrentAnimations() || style()->hasCompositorProxy())
|
| return NormalDeprecatedPaintLayer;
|
|
|
| if (hasOverflowClip())
|
|
|