Index: Source/core/rendering/RenderInline.h |
diff --git a/Source/core/rendering/RenderInline.h b/Source/core/rendering/RenderInline.h |
index c277d9e763a80e682860eab789d5244854222f93..12f42cde3ff1fd41c8209e5e759f5e4c590a1084 100644 |
--- a/Source/core/rendering/RenderInline.h |
+++ b/Source/core/rendering/RenderInline.h |
@@ -84,7 +84,7 @@ public: |
LayoutSize offsetForInFlowPositionedInline(const RenderBox& child) const; |
- virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const override final; |
+ virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset) const override final; |
using RenderBoxModelObject::continuation; |
using RenderBoxModelObject::setContinuation; |