| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index cddb42315649507a9b19fc1e78c205724edb1647..5ef1e4455e9ac41137be3156e2f17b227184bbd3 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -96,6 +96,8 @@ private:
|
| GridTrackSizingDirection autoPlacementMinorAxisDirection() const;
|
|
|
| void layoutGridItems();
|
| + void layoutPositionedObjects(bool relayoutChildren, PositionedLayoutBehavior = DefaultLayout);
|
| + LayoutUnit offsetAndBreadthForPositionedChild(const RenderBox&, GridTrackSizingDirection, bool startIsAuto, bool endIsAuto, LayoutUnit& breadth);
|
| void populateGridPositions(const GridSizingData&);
|
|
|
| typedef LayoutUnit (RenderGrid::* SizingFunction)(RenderBox&, GridTrackSizingDirection, Vector<GridTrack>&);
|
|
|