| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index f2c7ed733a7b3981d150768eca5400d91cc983ed..c3390583d507595549cceffea526034bcefe1c05 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -57,6 +57,8 @@ public:
|
|
|
| bool isHorizontalFlow() const;
|
|
|
| + OrderIterator& orderIterator() { return m_orderIterator; }
|
| +
|
| protected:
|
| virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
|
|
|
|
|