| 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 661cd9a3529962a1aed647febf843bccf8329afc..efe8cd72d34865042a9f1c8bc71ed2dd2b92a069 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.h
|
| @@ -83,6 +83,10 @@ private:
|
| NeverLayout
|
| };
|
|
|
| + enum class TransformedWritingMode {
|
| + TopToBottomWritingMode, RightToLeftWritingMode, LeftToRightWritingMode, BottomToTopWritingMode
|
| + };
|
| +
|
| typedef HashMap<const LayoutBox*, LayoutUnit> InflexibleFlexItemSize;
|
| typedef Vector<LayoutBox*> OrderedFlexItemList;
|
|
|
| @@ -107,7 +111,7 @@ private:
|
| LayoutUnit crossAxisContentExtent() const;
|
| LayoutUnit mainAxisContentExtent(LayoutUnit contentLogicalHeight);
|
| LayoutUnit computeMainAxisExtentForChild(const LayoutBox& child, SizeType, const Length& size);
|
| - WritingMode transformedWritingMode() const;
|
| + TransformedWritingMode transformedWritingMode() const;
|
| LayoutUnit flowAwareBorderStart() const;
|
| LayoutUnit flowAwareBorderEnd() const;
|
| LayoutUnit flowAwareBorderBefore() const;
|
|
|