| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index f0a0666dc5cd348093bed689bcb2303935b133c9..ed0ab4c992e5ec24ef5d22b9e9aeb165041e32d7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -190,12 +190,6 @@ public:
|
|
|
| void setSelectionState(SelectionState) override;
|
|
|
| - LayoutBoxModelObject* virtualContinuation() const final { return continuation(); }
|
| - bool isAnonymousBlockContinuation() const { return continuation() && isAnonymousBlock(); }
|
| -
|
| - using LayoutBoxModelObject::continuation;
|
| - using LayoutBoxModelObject::setContinuation;
|
| -
|
| static LayoutBlock* createAnonymousWithParentAndDisplay(const LayoutObject*, EDisplay = BLOCK);
|
| LayoutBlock* createAnonymousBlock(EDisplay display = BLOCK) const { return createAnonymousWithParentAndDisplay(this, display); }
|
|
|
|
|