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

Unified Diff: ash/launcher/launcher_button.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: rebase 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
« no previous file with comments | « no previous file | ash/launcher/launcher_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | ash/launcher/launcher_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698