| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 9cbdc385417cbf05df10fefff092726c0cb3635b..b93f4132eebcda07ea041d552c2720a2f7e070dd 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| void layoutBlock(bool relayoutChildren) override;
|
|
|
| - void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) override;
|
| + void computeOverflow(LayoutUnit oldClientAfterEdge) override;
|
|
|
| void deleteLineBoxTree() final;
|
|
|
|
|