Index: Source/core/layout/svg/LayoutSVGBlock.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGBlock.cpp b/Source/core/layout/svg/LayoutSVGBlock.cpp |
index 43f43cc9c0b7057502f5ddfde8944fa985cccfc2..89e5e3213f0a7c9a949de269f05b1eae5147489f 100644 |
--- a/Source/core/layout/svg/LayoutSVGBlock.cpp |
+++ b/Source/core/layout/svg/LayoutSVGBlock.cpp |
@@ -36,16 +36,6 @@ LayoutSVGBlock::LayoutSVGBlock(SVGElement* element) |
{ |
} |
-LayoutRect LayoutSVGBlock::visualOverflowRect() const |
-{ |
- LayoutRect borderRect = borderBoxRect(); |
- |
- if (const ShadowList* textShadow = style()->textShadow()) |
- textShadow->adjustRectForShadow(borderRect); |
- |
- return borderRect; |
-} |
- |
void LayoutSVGBlock::updateFromStyle() |
{ |
LayoutBlock::updateFromStyle(); |