Index: Source/WebCore/rendering/RenderTextControl.h |
=================================================================== |
--- Source/WebCore/rendering/RenderTextControl.h (revision 145111) |
+++ 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& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; |
+ virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint&); |
virtual bool canBeProgramaticallyScrolled() const { return true; } |