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, |