| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 8d91dd9371b4db2bf6630b80131795fdcbaa9899..c0869e7f83020751542eb96f82459ed05804e65d 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -526,6 +526,7 @@ private:
|
| void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat);
|
| RootInlineBox* determineStartPosition(LineLayoutState&, InlineBidiResolver&);
|
| void determineEndPosition(LineLayoutState&, RootInlineBox* startBox, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus);
|
| + bool lineBoxHasBRWithClearance(RootInlineBox*);
|
| bool checkPaginationAndFloatsAtEndLine(LineLayoutState&);
|
| bool matchedEndLine(LineLayoutState&, const InlineBidiResolver&, const InlineIterator& endLineStart, const BidiStatus& endLineStatus);
|
| void deleteEllipsisLineBoxes();
|
|
|