| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| index a62fd6cf83df205e2e464820cd4f7296f8d5d0bb..489457ece9f103a000e78a2ab99e37a034dcda1d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -168,10 +168,6 @@ private:
|
|
|
| void paintChildren(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| - bool needToStretchChildLogicalHeight(const LayoutBox&) const;
|
| - LayoutUnit childIntrinsicHeight(const LayoutBox&) const;
|
| - LayoutUnit childIntrinsicWidth(const LayoutBox&) const;
|
| - LayoutUnit intrinsicLogicalHeightForChild(const LayoutBox&) const;
|
| LayoutUnit marginLogicalHeightForChild(const LayoutBox&) const;
|
| LayoutUnit computeMarginLogicalHeightForChild(const LayoutBox&) const;
|
| LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, const LayoutBox&) const;
|
|
|