| 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 5057496d7fb53726c68ecc7660e318670a2fcbe2..84b00869e4bbce763a4407b5189ba345181d4ba4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -65,6 +65,7 @@ public:
|
| LayoutUnit computeDefiniteLogicalHeight();
|
|
|
| LayoutUnit crossSizeForPercentageResolution(const LayoutBox& child);
|
| + LayoutUnit mainSizeForPercentageResolution(const LayoutBox& child);
|
| LayoutUnit childLogicalHeightForPercentageResolution(const LayoutBox& child);
|
| LayoutUnit childLogicalWidthForPercentageResolution(const LayoutBox& child);
|
|
|
|
|