| 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 84bba9e851974ce9012b491b16f7381ae0747976..ebb499dcd6539212be801815a20f4372cd27a9c4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -158,6 +158,12 @@ public:
|
|
|
| void removeFloatingObjects();
|
|
|
| + LayoutBoxModelObject* virtualContinuation() const final { return continuation(); }
|
| + bool isAnonymousBlockContinuation() const { return continuation() && isAnonymousBlock(); }
|
| +
|
| + using LayoutBoxModelObject::continuation;
|
| + using LayoutBoxModelObject::setContinuation;
|
| +
|
| LayoutInline* inlineElementContinuation() const;
|
|
|
| void addChild(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) override;
|
|
|