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