| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 40f38d5e284bee7f62a372fe44dd03188c7ddd7e..ba5fd2d38c818d5aa781b8e18b0a307814a778aa 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -442,6 +442,8 @@ protected:
|
| void layoutPositionedObjects(bool relayoutChildren, bool fixedPositionObjectsOnly = false);
|
| void markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope&);
|
|
|
| + LayoutUnit marginIntrinsicLogicalWidthForChild(RenderBox* child) const;
|
| +
|
| virtual bool supportsPartialLayout() const OVERRIDE { return true; };
|
|
|
| virtual void paint(PaintInfo&, const LayoutPoint&);
|
|
|