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