| 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 e0603cd38a673249935df0c77948775433136e0d..3c5eae1b0666569226e5352284b40fa86a9d62ad 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;
|
|
|