| Index: Source/WebCore/rendering/RenderTextControl.h
 | 
| ===================================================================
 | 
| --- Source/WebCore/rendering/RenderTextControl.h	(revision 145084)
 | 
| +++ Source/WebCore/rendering/RenderTextControl.h	(working copy)
 | 
| @@ -75,7 +75,7 @@
 | 
|      virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; }
 | 
|      virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
 | 
|      
 | 
| -    virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint&);
 | 
| +    virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
 | 
|  
 | 
|      virtual bool canBeProgramaticallyScrolled() const { return true; }
 | 
|  
 | 
| 
 |