| Index: ash/launcher/launcher_button.h
|
| diff --git a/ash/launcher/launcher_button.h b/ash/launcher/launcher_button.h
|
| index 907031e2fa5b41d4d0dca4b360c832d61322aae4..c0edf125dc6cad5c49f966f69a9b925e26d1d1b5 100644
|
| --- a/ash/launcher/launcher_button.h
|
| +++ b/ash/launcher/launcher_button.h
|
| @@ -46,7 +46,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);
|
| @@ -95,7 +95,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.
|
|
|