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

Unified Diff: chrome/browser/chromeos/status/status_area_button.h

Issue 6635008: cros: Fix PaintButton override. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | chrome/browser/chromeos/status/status_area_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32e1667851d746b16f62515db59ed47a3300d325..d4c8b6715ae9025f4bd9577f4b83db8fe29148dc 100644
--- a/chrome/browser/chromeos/status/status_area_button.h
+++ b/chrome/browser/chromeos/status/status_area_button.h
@@ -17,7 +17,7 @@ class StatusAreaButton : public views::MenuButton {
public:
explicit StatusAreaButton(views::ViewMenuDelegate* menu_delegate);
virtual ~StatusAreaButton() {}
- virtual void OnPaint(gfx::Canvas* canvas, bool for_drag);
+ virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode);
virtual gfx::Size GetPreferredSize();
virtual gfx::Insets GetInsets() const;
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/status_area_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698