| Index: Source/core/rendering/RenderLineBoxList.h
|
| diff --git a/Source/core/rendering/RenderLineBoxList.h b/Source/core/rendering/RenderLineBoxList.h
|
| index b57a4a0380625ace5d557bfc3bef4f047ccae131..611b4d42ba86259adf63d0583d89982e31357f92 100644
|
| --- a/Source/core/rendering/RenderLineBoxList.h
|
| +++ b/Source/core/rendering/RenderLineBoxList.h
|
| @@ -67,7 +67,7 @@ public:
|
| bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;
|
|
|
| private:
|
| - bool anyLineIntersectsRect(RenderBoxModelObject*, const LayoutRect&, const LayoutPoint&, LayoutUnit outlineSize = 0) const;
|
| + bool anyLineIntersectsRect(RenderBoxModelObject*, const LayoutRect&, const LayoutPoint&) const;
|
| bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, const LayoutPoint&) const;
|
| bool rangeIntersectsRect(RenderBoxModelObject*, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect&, const LayoutPoint&) const;
|
|
|
|
|