Index: Source/core/style/ShadowList.cpp |
diff --git a/Source/core/style/ShadowList.cpp b/Source/core/style/ShadowList.cpp |
index 220e7632d5bc97e9a1efe623d773e21f32983ce6..9f0c7e35523ea5c3424f9c11877ac4fef73cd4cc 100644 |
--- a/Source/core/style/ShadowList.cpp |
+++ b/Source/core/style/ShadowList.cpp |
@@ -47,11 +47,6 @@ FloatRectOutsets ShadowList::rectOutsetsIncludingOriginal() const |
return outsets; |
} |
-void ShadowList::adjustRectForShadow(LayoutRect& rect) const |
-{ |
- rect.expand(rectOutsetsIncludingOriginal()); |
-} |
- |
void ShadowList::adjustRectForShadow(FloatRect& rect) const |
{ |
rect.expand(rectOutsetsIncludingOriginal()); |