| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index ce34fe172b2d5606c488949d810b6cb35fa94bdd..9be0dfff44c3b2396ac06ef02eb1689b7e47d45b 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -523,6 +523,7 @@ private:
|
| void layoutRunsAndFloatsInRange(LineLayoutState&, InlineBidiResolver&,
|
| const InlineIterator& cleanLineStart, const BidiStatus& cleanLineBidiStatus);
|
| void linkToEndLineIfNeeded(LineLayoutState&);
|
| + bool appendFloatsToEndOfLine(LineLayoutState&, bool updateFloatIndex);
|
| static void markDirtyFloatsForPaintInvalidation(Vector<FloatWithRect>& floats);
|
| void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat);
|
| RootInlineBox* determineStartPosition(LineLayoutState&, InlineBidiResolver&);
|
|
|