| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 9be0dfff44c3b2396ac06ef02eb1689b7e47d45b..ce34fe172b2d5606c488949d810b6cb35fa94bdd 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -523,7 +523,6 @@
|
| 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&);
|
|
|