| Index: Source/core/layout/LayoutInline.h
|
| diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h
|
| index 87ff861eb524dfee72bce786e0f4ba9d4781b9da..ff3a57f4c859cb38e12afc81d0472461d3a9995d 100644
|
| --- a/Source/core/layout/LayoutInline.h
|
| +++ b/Source/core/layout/LayoutInline.h
|
| @@ -142,7 +142,7 @@ private:
|
|
|
| virtual bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final;
|
|
|
| - virtual DeprecatedPaintLayerType layerTypeRequired() const override { return isRelPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() || style()->hasCompositorProxy() ? NormalDeprecatedPaintLayer : NoDeprecatedPaintLayer; }
|
| + virtual DeprecatedPaintLayerType layerTypeRequired() const override { return isInFlowPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() || style()->hasCompositorProxy() ? NormalDeprecatedPaintLayer : NoDeprecatedPaintLayer; }
|
|
|
| virtual LayoutUnit offsetLeft() const override final;
|
| virtual LayoutUnit offsetTop() const override final;
|
|
|