Index: ash/launcher/launcher_button.h |
diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h |
index 1d2b22d4c7b939679098ba105c95960ededc0bab..17a2c8eda370ff6ee9496bfc1a01c9589fb8131b 100644 |
--- a/ash/launcher/launcher_button.h |
+++ b/ash/launcher/launcher_button.h |
@@ -45,7 +45,7 @@ class LauncherButton : public views::CustomButton { |
LauncherButtonHost* host); |
// Sets the image to display for this entry. |
- void SetImage(const SkBitmap& image); |
+ void SetImage(const gfx::ImageSkia& image); |
// |state| is or'd into the current state. |
void AddState(State state); |
@@ -94,7 +94,7 @@ class LauncherButton : public views::CustomButton { |
virtual void OnBlur() OVERRIDE; |
// Sets the icon image with a shadow. |
- void SetShadowedImage(const SkBitmap& bitmap); |
+ void SetShadowedImage(const gfx::ImageSkia& bitmap); |
// Override for custom initialization. |
virtual void Init(); |
// Override to subclass IconView. |