Index: Source/core/layout/LayoutTableRow.h |
diff --git a/Source/core/layout/LayoutTableRow.h b/Source/core/layout/LayoutTableRow.h |
index 18ee05a98b43703e0682143f57077656a48a6a05..97cfe77930e5fceb9322c1f278a7960a2fc53323 100644 |
--- a/Source/core/layout/LayoutTableRow.h |
+++ b/Source/core/layout/LayoutTableRow.h |
@@ -109,7 +109,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()) |