| Index: Source/WebCore/rendering/svg/RenderSVGShape.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/RenderSVGShape.h (revision 145111)
|
| +++ Source/WebCore/rendering/svg/RenderSVGShape.h (working copy)
|
| @@ -114,7 +114,7 @@
|
|
|
| virtual void layout();
|
| virtual void paint(PaintInfo&, const LayoutPoint&);
|
| - virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE;
|
| + virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint&);
|
|
|
| virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction);
|
|
|
|
|