| 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 d4d38e9134f5556280b214f1c8b30b55ad720e4c..b3468a9d7e01e04857a2a91181eeddca0fa95f48 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -348,7 +348,7 @@ class LayoutGrid final : public LayoutBlock {
|
| 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};
|
|
|