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

Unified Diff: ash/app_list/app_list_item_view.h

Issue 9562038: ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 10 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/app_list/drop_shadow_label.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list_item_view.h
diff --git a/ash/app_list/app_list_item_view.h b/ash/app_list/app_list_item_view.h
index c4ef19d1784855f6c55e498127a00c6696910945..f8a5a4ad3fab0bca9bd193bfae8d5c9e3399f4ac 100644
--- a/ash/app_list/app_list_item_view.h
+++ b/ash/app_list/app_list_item_view.h
@@ -47,7 +47,7 @@ class ASH_EXPORT AppListItemView : public views::CustomButton,
virtual std::string GetClassName() const OVERRIDE;
virtual gfx::Size GetPreferredSize() OVERRIDE;
virtual void Layout() OVERRIDE;
- virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
+ virtual void OnPaint(gfx::CanvasSkia* canvas) OVERRIDE;
Ben Goodger (Google) 2012/03/02 20:35:11 This is the change I wanted you to avoid. Since y
tfarina 2012/03/02 20:57:21 The forward declaration "class Canvas;" conflicts
private:
AppListItemModel* model_;
« no previous file with comments | « no previous file | ash/app_list/drop_shadow_label.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698