Index: Source/WebCore/rendering/RenderTextControl.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderTextControl.cpp (revision 145111) |
+++ Source/WebCore/rendering/RenderTextControl.cpp (working copy) |
@@ -293,7 +293,7 @@ |
setPreferredLogicalWidthsDirty(false); |
} |
-void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*) |
+void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset) |
{ |
if (!size().isEmpty()) |
rects.append(pixelSnappedIntRect(additionalOffset, size())); |