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

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

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/QuotesData.cpp ('k') | Source/core/style/ShadowList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ShadowList.h
diff --git a/Source/core/style/ShadowList.h b/Source/core/style/ShadowList.h
index ba834d7f51d439b015ea540847059969b6bbaa7d..5172e920a2218caa5ade9b224cd1dc2aa870209d 100644
--- a/Source/core/style/ShadowList.h
+++ b/Source/core/style/ShadowList.h
@@ -66,7 +66,6 @@ public:
// source (i.e. no outsets will be negative).
FloatRectOutsets rectOutsetsIncludingOriginal() const;
- void adjustRectForShadow(LayoutRect&) const;
void adjustRectForShadow(FloatRect&) const;
PassOwnPtr<DrawLooperBuilder> createDrawLooper(DrawLooperBuilder::ShadowAlphaMode, const Color& currentColor, bool isHorizontal = true) const;
« no previous file with comments | « Source/core/style/QuotesData.cpp ('k') | Source/core/style/ShadowList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698