Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
index 03248d692e8b5feb31d8d63b758ba3b9316af036..28cd5e5d80a31632aeb0b57cd8fbb15afc55fdd5 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
@@ -174,9 +174,9 @@ public: |
return m_layoutObject->length(); |
} |
- void dirtyLinesFromChangedChild(LineLayoutItem item) const |
+ void dirtyLinesFromChangedChild(LineLayoutItem item, MarkingBehavior markingBehaviour = MarkContainerChain) const |
{ |
- m_layoutObject->dirtyLinesFromChangedChild(item.layoutObject()); |
+ m_layoutObject->dirtyLinesFromChangedChild(item.layoutObject(), markingBehaviour); |
} |
bool ancestorLineBoxDirty() const |