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

Unified Diff: ui/views/controls/button/image_button.h

Issue 9703026: Makes the maximize/restore button handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 9 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: ui/views/controls/button/image_button.h
diff --git a/ui/views/controls/button/image_button.h b/ui/views/controls/button/image_button.h
index 13116f3c6c36cbcee13dda472cdec1829db1b0d3..894c45ae7b781a187976da25fdbe620e402de177 100644
--- a/ui/views/controls/button/image_button.h
+++ b/ui/views/controls/button/image_button.h
@@ -23,7 +23,7 @@ class VIEWS_EXPORT ImageButton : public CustomButton {
virtual ~ImageButton();
// Set the image the button should use for the provided state.
- virtual void SetImage(ButtonState aState, const SkBitmap* anImage);
tfarina 2012/03/14 16:36:03 nit: anImage -> bitmap or image?
+ virtual void SetImage(ButtonState state, const SkBitmap* anImage);
// Set the background details.
void SetBackground(SkColor color,

Powered by Google App Engine
This is Rietveld 408576698