| 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 6ef41c55a92f1b97be06723a0d987ed583b62c92..d9dbcf24d78fc3fe6c30548e9611cff0cbbc9f2e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -158,6 +158,8 @@ public:
|
|
|
| void moveAllChildrenIncludingFloatsTo(LayoutBlock* toBlock, bool fullRemoveInsert);
|
|
|
| + void childBecameFloatingOrOutOfFlow(LayoutBox* child);
|
| +
|
| bool generatesLineBoxesForInlineChild(LayoutObject*);
|
|
|
| LayoutUnit logicalTopForFloat(const FloatingObject& floatingObject) const { return isHorizontalWritingMode() ? floatingObject.y() : floatingObject.x(); }
|
|
|