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 |