| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| index 9197446fbe775ec567fa4e39096c623c13882a4f..f1b8b6681a1fb78c489829eb69264dd60f2a8d9d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -56,8 +56,6 @@ public:
|
|
|
| void layoutBlock(bool relayoutChildren) override;
|
|
|
| - bool canCollapseAnonymousBlockChild() const override { return false; }
|
| -
|
| void dirtyGrid();
|
|
|
| const Vector<LayoutUnit>& columnPositions() const
|
|
|