| Index: Source/WebCore/rendering/RenderTextControl.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTextControl.h (revision 126630)
|
| +++ Source/WebCore/rendering/RenderTextControl.h (working copy)
|
| @@ -72,6 +72,7 @@
|
| virtual void removeLeftoverAnonymousBlock(RenderBlock*) { }
|
| virtual bool avoidsFloats() const { return true; }
|
| virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; }
|
| + virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
|
|
|
| virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint&);
|
|
|
|
|