| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index a8bc201c836065cb1c03c4b84abb65d08bab6ec7..3abbdbec68417900a2248466e31d278a41c119bd 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -134,6 +134,7 @@ private:
|
| #endif
|
|
|
| size_t gridItemSpan(const RenderBox&, GridTrackSizingDirection);
|
| + bool itemSpansFlexibleSizedTracks(const GridItemWithSpan&, GridTrackSizingDirection) const;
|
|
|
| size_t gridColumnCount() const
|
| {
|
|
|