| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index f9333810f8f5557d0066ec3fb08dbb1efa50b50d..ba02f2ff94b6b689566bb074629024194308dad8 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -242,6 +242,7 @@ public:
|
| protected:
|
| void rebuildFloatsFromIntruding();
|
| void layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom, LayoutUnit afterEdge);
|
| + void addLowestFloatFromChildren(LayoutBlockFlow*);
|
|
|
| void createFloatingObjects();
|
|
|
|
|