Index: Source/core/rendering/RenderTableRow.h |
diff --git a/Source/core/rendering/RenderTableRow.h b/Source/core/rendering/RenderTableRow.h |
index 37f9531f3846a9fbe9823e1b3d4ce92c076a3bf7..24bd496b513835ee6ea4a73134ea0777e22e121e 100644 |
--- a/Source/core/rendering/RenderTableRow.h |
+++ b/Source/core/rendering/RenderTableRow.h |
@@ -104,7 +104,7 @@ private: |
virtual LayerType layerTypeRequired() const OVERRIDE |
{ |
- if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->hasWillChangeCompositingHint() || style()->shouldCompositeForCurrentAnimations()) |
+ if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->shouldCompositeForCurrentAnimations()) |
return NormalLayer; |
if (hasOverflowClip()) |