| Index: Source/core/rendering/LayoutState.h
|
| diff --git a/Source/core/rendering/LayoutState.h b/Source/core/rendering/LayoutState.h
|
| index 49a5e0e2ad35cdf180d909c595d41625e8739e26..a518ac817019dc9172c4f2fc68d571f327d4b7a3 100644
|
| --- a/Source/core/rendering/LayoutState.h
|
| +++ b/Source/core/rendering/LayoutState.h
|
| @@ -36,6 +36,7 @@ namespace WebCore {
|
| class ForceHorriblySlowRectMapping;
|
| class RenderBox;
|
| class RenderObject;
|
| +class RenderInline;
|
| class RenderView;
|
|
|
| class LayoutState {
|
| @@ -47,6 +48,7 @@ public:
|
| explicit LayoutState(RenderObject& root);
|
|
|
| LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0);
|
| + LayoutState(RenderInline&);
|
|
|
| ~LayoutState();
|
|
|
|
|