Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
index 483b1a38a4c12101b60576d971fcba799bdb1dc8..7358ca7eaf13bdeb05afccbbae21f0bd3921bdb5 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -384,8 +384,6 @@ private: |
virtual void removeLeftoverAnonymousBlock(LayoutBlock* child); |
- void dirtyLinesFromChangedChild(LayoutObject* child) final { m_lineBoxes.dirtyLinesFromChangedChild(LineLayoutItem(this), LineLayoutItem(child)); } |
- |
TrackedLayoutBoxListHashSet* positionedObjectsInternal() const; |
TrackedLayoutBoxListHashSet* percentHeightDescendantsInternal() const; |