Index: Source/core/layout/LayoutFlexibleBox.h |
diff --git a/Source/core/layout/LayoutFlexibleBox.h b/Source/core/layout/LayoutFlexibleBox.h |
index 9222e1c0999c7b18dbcbf3376b26615fed23f71a..29246be4db07896c084c247f080c72e76e7199d0 100644 |
--- a/Source/core/layout/LayoutFlexibleBox.h |
+++ b/Source/core/layout/LayoutFlexibleBox.h |
@@ -127,6 +127,7 @@ private: |
bool preferredMainAxisExtentDependsOnLayout(const Length& flexBasis) const; |
bool childPreferredMainAxisContentExtentRequiresLayout(LayoutBox& child) const; |
bool needToStretchChildLogicalHeight(LayoutBox& child) const; |
+ EOverflow mainAxisOverflowForChild(LayoutBox& child) const; |
void layoutFlexItems(bool relayoutChildren); |
LayoutUnit autoMarginOffsetInMainAxis(const OrderedFlexItemList&, LayoutUnit& availableFreeSpace); |