| Index: third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.h b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| index 3916eccf143bda19399718d791842072039da39b..8a3cc1b2993d817784996b960fce258ebff9b41c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h
|
| @@ -139,7 +139,7 @@ private:
|
|
|
| DeprecatedPaintLayerType layerTypeRequired() const override
|
| {
|
| - if (hasTransformRelatedProperty() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCompositeForCurrentAnimations() || style()->hasCompositorProxy())
|
| + if (hasTransformRelatedProperty() || hasHiddenBackface() || hasClipPath() || createsGroup() || style()->shouldCompositeForCurrentAnimations() || isStickyPositioned() || style()->hasCompositorProxy())
|
| return NormalDeprecatedPaintLayer;
|
|
|
| if (hasOverflowClip())
|
|
|