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 335e18ba7bc5ad3b2c541f0ef8b5eab0e9b85a42..2dd89d26baf0d382f324469df335680f14f403db 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
@@ -70,7 +70,7 @@ public: |
return m_rowPositions; |
} |
- LayoutUnit guttersSize(GridTrackSizingDirection, size_t span) const; |
+ LayoutUnit guttersSize(GridTrackSizingDirection, size_t span, LayoutUnit availableSize) const; |
LayoutUnit offsetBetweenTracks(GridTrackSizingDirection direction) const |
{ |