| Index: Source/WebCore/rendering/RenderTextControl.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTextControl.cpp (revision 145084)
|
| +++ Source/WebCore/rendering/RenderTextControl.cpp (working copy)
|
| @@ -293,7 +293,7 @@
|
| setPreferredLogicalWidthsDirty(false);
|
| }
|
|
|
| -void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset)
|
| +void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*)
|
| {
|
| if (!size().isEmpty())
|
| rects.append(pixelSnappedIntRect(additionalOffset, size()));
|
|
|