| Index: Source/core/rendering/RenderTextControl.h
|
| diff --git a/Source/core/rendering/RenderTextControl.h b/Source/core/rendering/RenderTextControl.h
|
| index d446fab06d08017e504f6d2118f11e471779b6ed..d4d46c3f6fae77056e4b79fff663ec433e17b5c5 100644
|
| --- a/Source/core/rendering/RenderTextControl.h
|
| +++ b/Source/core/rendering/RenderTextControl.h
|
| @@ -74,6 +74,8 @@ private:
|
| virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; }
|
| virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
|
|
|
| + virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) OVERRIDE FINAL;
|
| +
|
| virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
|
|
|
| virtual bool canBeProgramaticallyScrolled() const { return true; }
|
|
|