| Index: Source/core/rendering/RenderTableRow.h
|
| diff --git a/Source/core/rendering/RenderTableRow.h b/Source/core/rendering/RenderTableRow.h
|
| index ce1aa2fdd7a8463b2f8f67c66681e8c4bbcc99fb..37f9531f3846a9fbe9823e1b3d4ce92c076a3bf7 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()->hasWillChangeGpuRasterizationHint() || style()->shouldCompositeForCurrentAnimations())
|
| + if (hasTransform() || hasHiddenBackface() || hasClipPath() || createsGroup() || isStickyPositioned() || style()->hasWillChangeCompositingHint() || style()->shouldCompositeForCurrentAnimations())
|
| return NormalLayer;
|
|
|
| if (hasOverflowClip())
|
|
|