Index: Source/core/rendering/RenderTableRow.h |
diff --git a/Source/core/rendering/RenderTableRow.h b/Source/core/rendering/RenderTableRow.h |
index eccb8b995074fcd0ee02dc6fce67cdce7020a3b9..0eb01d0bd9f58f4323e2dbd70ba146e75dd3d604 100644 |
--- a/Source/core/rendering/RenderTableRow.h |
+++ b/Source/core/rendering/RenderTableRow.h |
@@ -108,7 +108,7 @@ private: |
virtual LayerType layerTypeRequired() const override |
{ |
- if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCompositeForCurrentAnimations()) |
+ if (hasTransformRelatedProperty() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCompositeForCurrentAnimations()) |
return NormalLayer; |
if (hasOverflowClip()) |