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 8ed9d9f5c6b6b3f152a4c6b438b4514c7caeed0b..76ebe3614415020573008e9ada4fd4fed9169887 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/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) const |
{ |