| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| index 70f6ad7b05ff5492a354136baad5a0e6d84dbb68..aa6d898ffd4ebf2e1b15a54062334aeeb4aa2c3b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -165,7 +165,6 @@ class CORE_EXPORT LayoutFlexibleBox : public LayoutBlock {
|
| const Length& flexBasis) const;
|
| bool crossAxisLengthIsDefinite(const LayoutBox& child,
|
| const Length& flexBasis) const;
|
| - bool childFlexBaseSizeRequiresLayout(const LayoutBox& child) const;
|
| bool needToStretchChildLogicalHeight(const LayoutBox& child) const;
|
| bool childHasIntrinsicMainAxisSize(const LayoutBox& child) const;
|
| EOverflow mainAxisOverflowForChild(const LayoutBox& child) const;
|
|
|