Index: Source/core/rendering/RenderTextControl.h |
diff --git a/Source/core/rendering/RenderTextControl.h b/Source/core/rendering/RenderTextControl.h |
index f074faceb67f6028d295be12ea103a14d5d57314..32ca9f661537e586d3ab93b137000da8ef5f07f6 100644 |
--- a/Source/core/rendering/RenderTextControl.h |
+++ b/Source/core/rendering/RenderTextControl.h |
@@ -81,7 +81,7 @@ private: |
virtual void addChild(RenderObject* newChild, RenderObject* beforeChild = 0) override final; |
- 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; |
virtual bool canBeProgramaticallyScrolled() const override final { return true; } |
}; |