| Index: Source/core/rendering/RenderGrid.h
|
| diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
|
| index 31738b03d3af548cc8dcf45585991e6798149501..429b689807e09b8c8c6e9ca467c32e678115d825 100644
|
| --- a/Source/core/rendering/RenderGrid.h
|
| +++ b/Source/core/rendering/RenderGrid.h
|
| @@ -120,6 +120,7 @@ private:
|
| LayoutUnit gridAreaBreadthForChild(const RenderBox& child, GridTrackSizingDirection, const Vector<GridTrack>&) const;
|
|
|
| virtual void paintChildren(PaintInfo&, const LayoutPoint&) OVERRIDE;
|
| + void paintChild(RenderBox*, PaintInfo&, const LayoutPoint&);
|
|
|
| bool gridIsDirty() const { return m_gridIsDirty; }
|
|
|
|
|