Index: Source/core/rendering/RenderGrid.h |
diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h |
index 6f17556a22776a0014c78a93314c230b05a58a03..bfeab34ea21be19a4fc96c6f4396040f28e9e549 100644 |
--- a/Source/core/rendering/RenderGrid.h |
+++ b/Source/core/rendering/RenderGrid.h |
@@ -125,6 +125,7 @@ private: |
GridCoordinate cachedGridCoordinate(const RenderBox&) const; |
LayoutUnit gridAreaBreadthForChild(const RenderBox& child, GridTrackSizingDirection, const Vector<GridTrack>&) const; |
+ LayoutUnit gridAreaBreadthForPositionedChild(const RenderBox& child, GridTrackSizingDirection, const Vector<GridTrack>&, LayoutUnit& extraInitialOffset) const; |
virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE; |