| Index: Source/core/layout/LayoutGrid.h
|
| diff --git a/Source/core/layout/LayoutGrid.h b/Source/core/layout/LayoutGrid.h
|
| index 275673d0f5ecb085af173ef03745e13f3a72853a..6c0de4438225f9f930fd11aa995bb25cfce877d3 100644
|
| --- a/Source/core/layout/LayoutGrid.h
|
| +++ b/Source/core/layout/LayoutGrid.h
|
| @@ -72,6 +72,8 @@ public:
|
| return m_rowPositions;
|
| }
|
|
|
| + LayoutUnit guttersSize(GridTrackSizingDirection, size_t span) const;
|
| +
|
| typedef Vector<LayoutBox*, 1> GridCell;
|
| const GridCell& gridCell(int row, int column)
|
| {
|
|
|