| Index: Source/core/rendering/RenderInline.h
|
| diff --git a/Source/core/rendering/RenderInline.h b/Source/core/rendering/RenderInline.h
|
| index 7584f0ed952451f0eea7a456a0d679da4f1beab0..80beea7dd79eb4a41a87ce618aabafc61a2b84ce 100644
|
| --- a/Source/core/rendering/RenderInline.h
|
| +++ b/Source/core/rendering/RenderInline.h
|
| @@ -138,7 +138,7 @@ private:
|
|
|
| virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
|
|
|
| - virtual LayerType layerTypeRequired() const OVERRIDE { return isInFlowPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() ? NormalLayer : NoLayer; }
|
| + virtual LayerType layerTypeRequired() const OVERRIDE { return isRelPositioned() || createsGroup() || hasClipPath() || style()->shouldCompositeForCurrentAnimations() ? NormalLayer : NoLayer; }
|
|
|
| virtual LayoutUnit offsetLeft() const OVERRIDE FINAL;
|
| virtual LayoutUnit offsetTop() const OVERRIDE FINAL;
|
| @@ -153,8 +153,6 @@ private:
|
|
|
| virtual PositionWithAffinity positionForPoint(const LayoutPoint&) OVERRIDE FINAL;
|
|
|
| - virtual LayoutRect frameRectForStickyPositioning() const OVERRIDE FINAL { return linesBoundingBox(); }
|
| -
|
| virtual IntRect borderBoundingBox() const OVERRIDE FINAL
|
| {
|
| IntRect boundingBox = linesBoundingBox();
|
|
|