Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index c2e5f2a13c7777c5b0b40ea59c1d934e6051ba7a..a84ff3645a90660830e210fd716e240fe74394b3 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -1057,6 +1057,7 @@ protected: |
void paintFocusRing(PaintInfo&, const LayoutPoint&, RenderStyle*); |
void paintOutline(PaintInfo&, const LayoutRect&); |
void addPDFURLRect(GraphicsContext*, const LayoutRect&); |
+ void addChildFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer); |
virtual LayoutRect viewRect() const; |