| 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 ee2c9e6e6239896948ab380eab2c0283635765bb..e29f54a992c0347d86d6de84fad7c9a18707a4a7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -389,8 +389,6 @@ private:
|
|
|
| virtual void removeLeftoverAnonymousBlock(LayoutBlock* child);
|
|
|
| - void makeChildrenInlineIfPossible();
|
| -
|
| void dirtyLinesFromChangedChild(LayoutObject* child) final { m_lineBoxes.dirtyLinesFromChangedChild(LineLayoutItem(this), LineLayoutItem(child)); }
|
|
|
| TrackedLayoutBoxListHashSet* positionedObjectsInternal() const;
|
|
|