Index: ash/launcher/launcher_button.h |
diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h |
index 21f90304f1a3f6879cf71d86bb983525aaf3a6ff..d5fe8b8f067e6d9ea1b4c7624b9565c7b07edf75 100644 |
--- a/ash/launcher/launcher_button.h |
+++ b/ash/launcher/launcher_button.h |
@@ -76,6 +76,8 @@ class LauncherButton : public views::CustomButton { |
virtual bool GetTooltipText(const gfx::Point& p, |
string16* tooltip) const OVERRIDE; |
+ // Sets the icon image with a shadow. |
+ void SetShadowedImage(const SkBitmap& bitmap); |
// Override for custom initialization. |
virtual void Init(); |
// Override to subclass IconView. |