| Index: third_party/WebKit/Source/core/layout/LayoutState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutState.h b/third_party/WebKit/Source/core/layout/LayoutState.h
|
| index b58400d959386aa402d074ed8bb9ff265d323279..bbc509d895ca4e777979f8584edfd0888fc16221 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.h
|
| @@ -68,7 +68,7 @@ class LayoutState {
|
| public:
|
| // Constructor for root LayoutState created by LayoutView
|
| LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, LayoutView&);
|
| - // Constructor for sub-tree layout
|
| + // Constructor for sub-tree layout and orthogonal writing-mode roots
|
| explicit LayoutState(LayoutObject& root);
|
|
|
| LayoutState(LayoutBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = LayoutUnit(), bool pageHeightLogicalChanged = false, bool containingBlockLogicalWidthChanged = false);
|
|
|