| Index: Source/core/rendering/RenderLineBoxList.h
|
| diff --git a/Source/core/rendering/RenderLineBoxList.h b/Source/core/rendering/RenderLineBoxList.h
|
| index d0c1afd79b4e8d25729e15902cf6974dac8140d9..21df2e9b64e9faeb6d0c76c165bc39d91bf89838 100644
|
| --- a/Source/core/rendering/RenderLineBoxList.h
|
| +++ b/Source/core/rendering/RenderLineBoxList.h
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| private:
|
| bool anyLineIntersectsRect(RenderBoxModelObject*, const LayoutRect&, const LayoutPoint&, LayoutUnit outlineSize = 0) const;
|
| - bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, const LayoutPoint&) const;
|
| + bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, PaintInfo&, const LayoutPoint&) const;
|
| bool rangeIntersectsRect(RenderBoxModelObject*, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect&, const LayoutPoint&) const;
|
|
|
| // For block flows, each box represents the root inline box for a line in the
|
|
|