| Index: third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineBoxList.h b/third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| index 5ece4aa87eeaab34b4b9a45dc5ff56f965b9c767..86ef5a7a7588c39fc3ed2bece64d8e06b634fff5 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineBoxList.h
|
| @@ -76,7 +76,7 @@ public:
|
| void removeLineBox(InlineFlowBox*);
|
|
|
| void dirtyLineBoxes();
|
| - void dirtyLinesFromChangedChild(LineLayoutItem parent, LineLayoutItem child);
|
| + void dirtyLinesFromChangedChild(LineLayoutItem parent, LineLayoutItem child, bool canDirtyAncestors);
|
|
|
| bool hitTest(LineLayoutBoxModel, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) const;
|
| bool anyLineIntersectsRect(LineLayoutBoxModel, const CullRect&, const LayoutPoint&) const;
|
|
|