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

Unified Diff: ash/system/tray_user.cc

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
Index: ash/system/tray_user.cc
diff --git a/ash/system/tray_user.cc b/ash/system/tray_user.cc
index 1cdfde50c10ed97e801ad11a7de1639daa9c6d19..13b1f41551559c0da24aa63c7d8fb1975fec7b58 100644
--- a/ash/system/tray_user.cc
+++ b/ash/system/tray_user.cc
@@ -49,7 +49,7 @@ class TrayButton : public views::TextButton {
SchedulePaint();
}
- virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE {
+ virtual void OnPaintBackground(gfx::CanvasSkia* canvas) OVERRIDE {
if (hover_)
hover_bg_->Paint(canvas, this);
else

Powered by Google App Engine
This is Rietveld 408576698