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