Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 4b47f1029ee7b7c2dbfc3ce0731aa865f4b87887..0a2ddd6b2f28b8451514384957b7e6316a696ff0 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -400,6 +400,8 @@ private: |
virtual RootInlineBox* createRootInlineBox(); // Subclassed by SVG |
+ void dirtyLinesFromChangedChild(LayoutObject* child) final { m_lineBoxes.dirtyLinesFromChangedChild(LineLayoutItem(this), LineLayoutItem(child)); } |
+ |
bool isPagedOverflow(const ComputedStyle&); |
enum FlowThreadType { |