| 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 d563e877d53e887141143c84b868910572ef1168..4e72a4839fee9556a87fcac4d55a97dd80e31c06 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -345,6 +345,8 @@ class LayoutGrid final : public LayoutBlock {
|
|
|
| bool cachedHasDefiniteLogicalHeight() const;
|
|
|
| + size_t numTracks(GridTrackSizingDirection) const;
|
| +
|
| typedef Vector<Vector<GridCell>> GridRepresentation;
|
| GridRepresentation m_grid;
|
| bool m_gridIsDirty;
|
|
|