| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 112c7b1adb4d5c6a11eb98baea69757766dd36dd..10d0cba6a71f5c787fe2212e24682cc9cf4348e5 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -389,7 +389,7 @@ public:
|
| };
|
| // Resolve auto margins in the inline direction of the containing block so that objects can be pushed to the start, middle or end
|
| // of the containing block.
|
| - void computeInlineDirectionMargins(RenderBlock* containingBlock, LayoutUnit containerWidth, LayoutUnit childWidth, LayoutUnit& marginStart, LayoutUnit& marginEnd) const;
|
| + void computeInlineDirectionMargins(RenderBlock* containingBlock, LayoutUnit containerWidth, LayoutUnit availableWidth, LayoutUnit childWidth, LayoutUnit& marginStart, LayoutUnit& marginEnd) const;
|
|
|
| // Used to resolve margins in the containing block's block-flow direction.
|
| void computeBlockDirectionMargins(const RenderBlock* containingBlock, LayoutUnit& marginBefore, LayoutUnit& marginAfter) const;
|
|
|