Index: Source/core/rendering/RenderTableRow.h |
diff --git a/Source/core/rendering/RenderTableRow.h b/Source/core/rendering/RenderTableRow.h |
index 126502abc414393acc5974d7e623a4514038fd04..4cf834b1d01b4f3f776b12db861c1dfc18be52d0 100644 |
--- a/Source/core/rendering/RenderTableRow.h |
+++ b/Source/core/rendering/RenderTableRow.h |
@@ -105,7 +105,7 @@ private: |
virtual LayerType layerTypeRequired() const OVERRIDE |
{ |
- if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint()) |
+ if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->hasWillChangeCompositingHint() || style()->hasWillChangeGpuRasterizationHint() || shouldCompositeForActiveAnimations(*this)) |
return NormalLayer; |
if (hasOverflowClip()) |