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 6897953756f67aa601ce281ddcdbe763c2f95392..c8390b635a92993fe4c13fc3b034e309d0e26920 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -394,8 +394,6 @@ private: |
void dirtyLinesFromChangedChild(LayoutObject* child) final { m_lineBoxes.dirtyLinesFromChangedChild(LineLayoutItem(this), LineLayoutItem(child)); } |
- void addChildIgnoringContinuation(LayoutObject* newChild, LayoutObject* beforeChild) override; |
- |
TrackedLayoutBoxListHashSet* positionedObjectsInternal() const; |
TrackedLayoutBoxListHashSet* percentHeightDescendantsInternal() const; |