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

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: for comments in #2 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') | ash/launcher/launcher_button.cc » ('J')
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 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.
« no previous file with comments | « no previous file | ash/launcher/launcher_button.cc » ('j') | ash/launcher/launcher_button.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698