| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index dffbdc60b7987e4e076f5825e0631dcd043f0e68..d7624f192151fe14400c7a376eea58644843853f 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -132,6 +132,7 @@ private:
|
| PassOwnPtr<GridSpan> resolveAfterEndNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, const Vector<size_t>&) const;
|
|
|
| LayoutUnit gridAreaBreadthForChild(const RenderBox* child, GridTrackSizingDirection, const Vector<GridTrack>&) const;
|
| + bool breathIsFlexOrContentSizedForChild(RenderBox*, GridTrackSizingDirection) const;
|
|
|
| virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE;
|
| void paintChildrenSlowCase(PaintInfo&, const LayoutPoint&);
|
|
|