| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 8ae707a226505b6e80bba45ecea82bc278b541fa..1d32be42a845ccaba479e35fc1f1b6cfd475ca4b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -365,8 +365,7 @@ private:
|
| bool positionAndLayoutOnceIfNeeded(LayoutBox& child, LayoutUnit newLogicalTop, BlockChildrenLayoutInfo&);
|
|
|
| // Handle breaking policy before the child, and insert a forced break in front of it if needed.
|
| - // Returns true if a forced break was inserted.
|
| - bool insertForcedBreakBeforeChildIfNeeded(LayoutBox& child, BlockChildrenLayoutInfo&);
|
| + void insertForcedBreakBeforeChildIfNeeded(LayoutBox& child, BlockChildrenLayoutInfo&);
|
|
|
| void layoutBlockChild(LayoutBox& child, BlockChildrenLayoutInfo&);
|
| void adjustPositionedBlock(LayoutBox& child, const BlockChildrenLayoutInfo&);
|
|
|