| 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 a31d432e86f472dc657385ed2f431b10b84c501c..1de377f7b7d606a1c90c088882305a3155ed28d7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -344,6 +344,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;
|
|
|