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

Unified Diff: chrome/browser/chromeos/status/status_area_button.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
Index: chrome/browser/chromeos/status/status_area_button.h
diff --git a/chrome/browser/chromeos/status/status_area_button.h b/chrome/browser/chromeos/status/status_area_button.h
index 9e6041f082dbf6b7436903273547344ac580d5f9..65c4dc41d400ac727e7935457b9ec0e513c15fee 100644
--- a/chrome/browser/chromeos/status/status_area_button.h
+++ b/chrome/browser/chromeos/status/status_area_button.h
@@ -54,7 +54,8 @@ class StatusAreaButton : public views::MenuButton {
StatusAreaButton(Delegate* button_delegate,
views::ViewMenuDelegate* menu_delegate);
virtual ~StatusAreaButton() {}
- virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) OVERRIDE;
+ virtual void PaintButton(gfx::CanvasSkia* canvas,
+ PaintButtonMode mode) OVERRIDE;
// Overrides TextButton's SetText to clear max text size before seting new
// text content so that the button size would fit the new text size.

Powered by Google App Engine
This is Rietveld 408576698