| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| index ab22ca704f8ed34c827c1d5caea4ea34c6851c66..4580abd813b9291562b7df10bbc0ef8144577182 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.cpp
|
| @@ -110,9 +110,8 @@ const LayoutObject* LayoutSVGBlock::pushMappingToContainer(
|
| geometryMap);
|
| }
|
|
|
| -LayoutRect LayoutSVGBlock::absoluteClippedOverflowRect() const {
|
| - return SVGLayoutSupport::clippedOverflowRectForPaintInvalidation(*this,
|
| - *view());
|
| +LayoutRect LayoutSVGBlock::absoluteVisualRect() const {
|
| + return SVGLayoutSupport::visualRectInAncestorSpace(*this, *view());
|
| }
|
|
|
| bool LayoutSVGBlock::mapToVisualRectInAncestorSpace(
|
|
|