| Index: ui/views/controls/button/custom_button.h
|
| diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h
|
| index 5717762cf71be0cebf0eb5010d404de98da1f7aa..4b72cda04a6ef7de23637a644d7a504729dd5bcf 100644
|
| --- a/ui/views/controls/button/custom_button.h
|
| +++ b/ui/views/controls/button/custom_button.h
|
| @@ -142,7 +142,7 @@ class VIEWS_EXPORT CustomButton : public Button, public gfx::AnimationDelegate {
|
| // the current node_data. CustomButton's implementation of StateChanged() does
|
| // nothing; this method is provided for subclasses that wish to do something
|
| // on state changes.
|
| - virtual void StateChanged();
|
| + virtual void StateChanged(ButtonState old_state);
|
|
|
| // Returns true if the event is one that can trigger notifying the listener.
|
| // This implementation returns true if the left mouse button is down.
|
|
|