Index: Source/core/rendering/RenderTextControl.cpp |
diff --git a/Source/core/rendering/RenderTextControl.cpp b/Source/core/rendering/RenderTextControl.cpp |
index 629e1ec7872f9aeab1655e2d99f959c94b8e452a..136067e792c80395cc4f444a28686c5b2ce49c39 100644 |
--- a/Source/core/rendering/RenderTextControl.cpp |
+++ b/Source/core/rendering/RenderTextControl.cpp |
@@ -283,7 +283,7 @@ void RenderTextControl::computePreferredLogicalWidths() |
clearPreferredLogicalWidthsDirty(); |
} |
-void RenderTextControl::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*) const |
+void RenderTextControl::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint& additionalOffset) const |
{ |
if (!size().isEmpty()) |
rects.append(LayoutRect(additionalOffset, size())); |