Index: Source/WebCore/rendering/RenderBox.h |
=================================================================== |
--- Source/WebCore/rendering/RenderBox.h (revision 145114) |
+++ Source/WebCore/rendering/RenderBox.h (working copy) |
@@ -162,7 +162,7 @@ |
// Bounds of the outline box in absolute coords. Respects transforms |
virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* /*repaintContainer*/, const RenderGeometryMap*) const OVERRIDE; |
- virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint&); |
+ virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; |
// Use this with caution! No type checking is done! |
RenderBox* previousSiblingBox() const; |