| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.h b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| index 1ea49358ff83cc1d6956c7615da24c0d63e9d7f9..221d2d7d95d8f2df89b5062297e57b16b741cde0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| @@ -80,8 +80,6 @@ private:
|
| void removeLeftoverAnonymousBlock(LayoutBlock*) final { }
|
| bool avoidsFloats() const final { return true; }
|
|
|
| - void addChild(LayoutObject* newChild, LayoutObject* beforeChild = nullptr) final;
|
| -
|
| void addOutlineRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, IncludeBlockVisualOverflowOrNot) const final;
|
|
|
| bool canBeProgramaticallyScrolled() const final { return true; }
|
|
|