| 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 b83b4fc3ee18a680b8d1ed31a73e50436f0ff737..1419b25427854f3544fb52a8f8d6af53bdc01f7f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -243,7 +243,7 @@ private:
|
| size_t m_autoRepeatColumns { 0 };
|
| size_t m_autoRepeatRows { 0 };
|
|
|
| - bool m_hasAnyOrthogonalChild;
|
| + Vector<LayoutBox*> m_orthogonalChildren;
|
|
|
| std::unique_ptr<OrderedTrackIndexSet> m_autoRepeatEmptyColumns { nullptr };
|
| std::unique_ptr<OrderedTrackIndexSet> m_autoRepeatEmptyRows { nullptr };
|
|
|