| 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 e247165139453a2e65094d8611c2a30f72f19167..e766179e58b79e933e7258354f6ab1abe75fa017 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -120,7 +120,7 @@ private:
|
| LayoutUnit childIntrinsicLogicalHeight(const LayoutBox& child) const;
|
| LayoutUnit childIntrinsicLogicalWidth(const LayoutBox& child) const;
|
| LayoutUnit mainAxisExtentForChild(const LayoutBox& child) const;
|
| - LayoutUnit mainAxisContentExtentForChild(const LayoutBox& child) const;
|
| + LayoutUnit mainAxisContentExtentForChildIncludingScrollbar(const LayoutBox& child) const;
|
| LayoutUnit crossAxisExtent() const;
|
| LayoutUnit mainAxisExtent() const;
|
| LayoutUnit crossAxisContentExtent() const;
|
|
|