| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index f220dbdc4500d646055b12748bf167953d5d965f..6f17556a22776a0014c78a93314c230b05a58a03 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -127,7 +127,6 @@ private:
|
| LayoutUnit gridAreaBreadthForChild(const RenderBox& child, GridTrackSizingDirection, const Vector<GridTrack>&) const;
|
|
|
| virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE;
|
| - void paintChild(RenderBox*, PaintInfo&, const LayoutPoint&);
|
|
|
| #if ENABLE(ASSERT)
|
| bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection, const Vector<GridTrack>&);
|
|
|