Index: Source/WebCore/rendering/RenderListBox.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderListBox.cpp (revision 145111) |
+++ Source/WebCore/rendering/RenderListBox.cpp (working copy) |
@@ -327,10 +327,10 @@ |
} |
} |
-void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) |
+void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset) |
{ |
if (!isSpatialNavigationEnabled(frame())) |
- return RenderBlock::addFocusRingRects(rects, additionalOffset, paintContainer); |
+ return RenderBlock::addFocusRingRects(rects, additionalOffset); |
HTMLSelectElement* select = selectElement(); |