| Index: views/controls/button/text_button.h
|
| ===================================================================
|
| --- views/controls/button/text_button.h (revision 98998)
|
| +++ views/controls/button/text_button.h (working copy)
|
| @@ -327,9 +327,9 @@
|
| }
|
|
|
| // Sets the icon.
|
| - void SetIcon(const SkBitmap& icon);
|
| - void SetHoverIcon(const SkBitmap& icon);
|
| - void SetPushedIcon(const SkBitmap& icon);
|
| + virtual void SetIcon(const SkBitmap& icon);
|
| + virtual void SetHoverIcon(const SkBitmap& icon);
|
| + virtual void SetPushedIcon(const SkBitmap& icon);
|
|
|
| bool HasIcon() const { return !icon_.empty(); }
|
|
|
|
|