| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 6ccfd8ef97ae789207c7258492b363ee8f48cbc9..92bc52bca4ef32a0cf09fd44aa4df7f79da3077a 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -347,7 +347,7 @@ public:
|
| LayoutUnit collapsedMarginBeforeForChild(const RenderBox* child) const;
|
| LayoutUnit collapsedMarginAfterForChild(const RenderBox* child) const;
|
|
|
| - void updateLogicalWidthForAlignment(const ETextAlign&, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount);
|
| + void updateLogicalWidthForAlignment(const ETextAlign&, const RootInlineBox*, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount);
|
|
|
| virtual void updateFirstLetter();
|
|
|
| @@ -941,7 +941,7 @@ private:
|
| // End helper functions and structs used by layoutBlockChildren.
|
|
|
| // Helper function for layoutInlineChildren()
|
| - RootInlineBox* createLineBoxesFromBidiRuns(BidiRunList<BidiRun>&, const InlineIterator& end, LineInfo&, VerticalPositionCache&, BidiRun* trailingSpaceRun, WordMeasurements&);
|
| + RootInlineBox* createLineBoxesFromBidiRuns(unsigned bidiLevel, BidiRunList<BidiRun>&, const InlineIterator& end, LineInfo&, VerticalPositionCache&, BidiRun* trailingSpaceRun, WordMeasurements&);
|
| void layoutRunsAndFloats(LineLayoutState&, bool hasInlineChild);
|
| void layoutRunsAndFloatsInRange(LineLayoutState&, InlineBidiResolver&, const InlineIterator& cleanLineStart, const BidiStatus& cleanLineBidiStatus, unsigned consecutiveHyphenatedLines);
|
| void updateShapeAndSegmentsForCurrentLine(ShapeInsideInfo*&, LayoutUnit&, LineLayoutState&);
|
|
|