Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: Source/core/style/ShadowList.cpp

Issue 1210073004: Remove some unused code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/style/ShadowList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « Source/core/style/ShadowList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698