| Index: Source/core/rendering/svg/RenderSVGRoot.h
 | 
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
 | 
| index 0d8c998b11e09f9d6246dae9ba2ffaa1eb46136e..b4bf133e4e19d1cddcee98cafd90608cef15a31d 100644
 | 
| --- a/Source/core/rendering/svg/RenderSVGRoot.h
 | 
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h
 | 
| @@ -93,7 +93,6 @@ private:
 | 
|  
 | 
|      virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
 | 
|  
 | 
| -    virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const OVERRIDE;
 | 
|      virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const OVERRIDE;
 | 
|  
 | 
|      virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
 | 
| 
 |