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

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: for comments in #2 Created 8 years, 5 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..a6f5bd35f1acc9b3272610270aab9d0d88d85fc5 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 Scale(float scale) const;
+
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