Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 5ea461d7199bc72479e55c98d4e0030d887dbfd8..c86448623a9cec50ef986426a5789796b5c0c19a 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -464,7 +464,7 @@ protected: |
// line layout code is separated from RenderBlock and RenderBlockFlow. |
// START METHODS DEFINED IN RenderBlockLineLayout |
private: |
- InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox, bool startsNewSegment); |
+ InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox); |
RootInlineBox* constructLine(BidiRunList<BidiRun>&, const LineInfo&); |
void setMarginsForRubyRun(BidiRun*, RenderRubyRun*, RenderObject*, const LineInfo&); |
void computeInlineDirectionPositionsForLine(RootInlineBox*, const LineInfo&, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd, GlyphOverflowAndFallbackFontsMap&, VerticalPositionCache&, WordMeasurements&); |