| Index: ui/message_center/views/notification_button.h
|
| diff --git a/ui/message_center/views/notification_button.h b/ui/message_center/views/notification_button.h
|
| index 82669c2cb1eea7dd1830e0f58deae399ad957f48..b5ac0f12981a83b4ff39ed7273aee3a33f911bb8 100644
|
| --- a/ui/message_center/views/notification_button.h
|
| +++ b/ui/message_center/views/notification_button.h
|
| @@ -32,6 +32,8 @@ class NotificationButton : public views::CustomButton {
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual void OnFocus() OVERRIDE;
|
| virtual void OnBlur() OVERRIDE;
|
| + virtual void ViewHierarchyChanged(
|
| + const ViewHierarchyChangedDetails& details) OVERRIDE;
|
|
|
| // Overridden from views::CustomButton:
|
| virtual void StateChanged() OVERRIDE;
|
|
|