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

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: 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 | « ash/launcher/launcher_button.cc ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index 1f3cfbe45bf93bed9a3106c496ab600d18244039..1936404a948cda9b1250b09d2a4506b064425d81 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -8,7 +8,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;
@@ -49,7 +49,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,
@@ -72,7 +72,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;
« no previous file with comments | « ash/launcher/launcher_button.cc ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698