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

Unified Diff: ash/launcher/launcher_types.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
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index d12467fde81b51c7ecacdaf83cd3b02ff834f97e..f6b9e7078e3d729d1a4ff51540b0532282ad3278 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -9,7 +9,7 @@
#include <vector>
#include "ash/ash_export.h"
-#include "third_party/skia/include/core/SkBitmap.h"
+#include "ui/gfx/image/image_skia.h"
namespace aura {
class Window;
@@ -50,7 +50,7 @@ enum LauncherItemStatus {
STATUS_CLOSED,
// A LauncherItem that has live instance.
STATUS_RUNNING,
- // An active LauncherItem that has focus.
+ // An active LauncherItem that has focus.
STATUS_ACTIVE,
// A LauncherItem that needs user's attention.
STATUS_ATTENTION,
@@ -73,7 +73,7 @@ struct ASH_EXPORT LauncherItem {
// Image to display in the launcher. If this item is TYPE_TABBED the image is
// a favicon image.
- SkBitmap image;
+ gfx::ImageSkia image;
// Assigned by the model when the item is added.
LauncherID id;

Powered by Google App Engine
This is Rietveld 408576698