| Index: Source/core/rendering/RenderLineBoxList.h
|
| diff --git a/Source/core/rendering/RenderLineBoxList.h b/Source/core/rendering/RenderLineBoxList.h
|
| index b57a4a0380625ace5d557bfc3bef4f047ccae131..500cca645d45869236b96a1c9072904ccac8825d 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
|
|
|