Index: Source/core/rendering/RenderTextControl.cpp |
diff --git a/Source/core/rendering/RenderTextControl.cpp b/Source/core/rendering/RenderTextControl.cpp |
index 523dd0c288b7035a104b19d6bc5a85d7bf36d0d4..9c581415063a98449256f186021db48ebcd49c64 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())); |