| Index: Source/core/rendering/svg/RenderSVGRoot.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.cpp b/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| index f63f5f9a8c9583b583577bff16721aabd575d66e..4c1760f9400e299a0484fac7e06e5fdb37cab604 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.cpp
|
| @@ -353,11 +353,6 @@ const AffineTransform& RenderSVGRoot::localToParentTransform() const
|
| return m_localToParentTransform;
|
| }
|
|
|
| -LayoutRect RenderSVGRoot::clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const
|
| -{
|
| - return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
|
| -}
|
| -
|
| void RenderSVGRoot::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const
|
| {
|
| // Apply our local transforms (except for x/y translation), then our shadow,
|
|
|