Index: Source/WebCore/rendering/RenderListBox.h |
=================================================================== |
--- Source/WebCore/rendering/RenderListBox.h (revision 145084) |
+++ Source/WebCore/rendering/RenderListBox.h (working copy) |
@@ -82,7 +82,7 @@ |
virtual void layout(); |
- 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; } |
virtual void autoscroll(const IntPoint&); |