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

Unified Diff: ui/gfx/shadow_value.h

Issue 10699065: chromeos: Fix pixelated icons in app list and launcher (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: ui/gfx/shadow_value.h
diff --git a/ui/gfx/shadow_value.h b/ui/gfx/shadow_value.h
index 06f5026c21e3869d38bd3f95d31e5f6886510397..1101fe65ec418f3e0aec464310a8e6404040ccd7 100644
--- a/ui/gfx/shadow_value.h
+++ b/ui/gfx/shadow_value.h
@@ -34,6 +34,8 @@ class UI_EXPORT ShadowValue {
double blur() const { return blur_; }
SkColor color() const { return color_; }
+ ShadowValue GetScaled(float scale) const;
pkotwicz 2012/07/02 23:34:01 Rename to Scale()
xiyuan 2012/07/03 22:16:00 Done.
+
std::string ToString() const;
// Gets margin space needed for shadows. Note that values in returned Insets

Powered by Google App Engine
This is Rietveld 408576698